-
Hi, I'd like to say thanks for this utility. It helps me do checksums of files stored on external disks, and be confident when the files are copied correctly between the internal disk mounted on host …
-
implement these
-
The current install script has bogus requirements of bash and shasum. Because of the way it is written the script runs fine with sh and sha1sum.
This should be fixed because some environments, for …
-
Unmet dependency on OSX.
```
-bash: sha1sum: command not found
```
Easy solve in the usual way.
```
brew install md5sha1sum
```
Perhaps a note in the readme?
-
The following hash functions are pacakged in coreuitls:
`sha1sum` `sha224sum` `sha256sum` `sha384sum` `sha512sum` `shasum`
in addition there is the older
`md5sum`
They all follow the same struct…
-
can't install on Fedora (pretty old one (35), but still)
I am missing the `shasum` binary that's required by the installation script. I have `sha1sum` binary present, but it has slightly different …
-
Hi!
I'm having issues building multi-arch Docker image with supercronic.
I'm able to use TARGETARCH in URL and binary name, but not in the sha1 checksum variable.
Anyone know how to deal with…
-
https://stackoverflow.com/questions/28490500/how-to-installing-sha1sum-in-mac-os
Makefile seems to want `sha1sum` but macOS has `shasum`. I think we should use an environmental variable for this.
…
-
I'm sorry for submitting an issue here.
I tried to download these databases using zsync.
https://resources.aertslab.org/cistarget/databases/homo_sapiens/hg38/screen/mc_v10_clust/region_based/hg38_…
-
Since sha1 is known to be broken, a safer digest algorithm is prefered on strawberryperl.com