diff options
author | super3 <me@super3.org> | 2013-10-15 23:14:30 -0400 |
---|---|---|
committer | super3 <me@super3.org> | 2013-10-15 23:37:30 -0400 |
commit | 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 (patch) | |
tree | a5eb2108ca9cc82af6f5e393608db80a456544cf /contrib/verifysfbinaries | |
parent | dd9bd863cfc52c17753c75a983ea49870e9b1c53 (diff) |
Finished /Contrib Index. Standardized READMEs.
File and Link Fix.
Diffstat (limited to 'contrib/verifysfbinaries')
-rw-r--r-- | contrib/verifysfbinaries/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/verifysfbinaries/README.md b/contrib/verifysfbinaries/README.md new file mode 100644 index 0000000000..caa4073605 --- /dev/null +++ b/contrib/verifysfbinaries/README.md @@ -0,0 +1,7 @@ +### 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
\ No newline at end of file |