mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
27e2d8bfb5
File and Link Fix.
7 lines
471 B
Markdown
7 lines
471 B
Markdown
### Verify SF Binaries ###
|
|
This script attempts to download the signature file `SHA256SUMS.asc` from SourceForge.
|
|
|
|
It first checks if the signature passes, and then downloads the files specified in
|
|
the file, and checks if the hashes of these files match those that are specified
|
|
in the signature file. The script returns 0 if everything passes the checks. It returns 1 if either the
|
|
signature check or the hash check doesn't pass. If an error occurs the return value is 2 |