1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Merge pull request #6390 from sylvestre/cksum-check

cksum: implement check (Closes: #5705)
This commit is contained in:
Ben Wiederhake 2024-05-18 23:46:58 +02:00 committed by GitHub
commit b718f954e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 855 additions and 116 deletions

1
Cargo.lock generated
View file

@ -2494,6 +2494,7 @@ version = "0.0.26"
dependencies = [
"clap",
"hex",
"regex",
"uucore",
]