diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-16 07:17:00 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-16 07:17:00 -0700 |
commit | 0487cc4137a7a145a7030d65bc6320a01aaa9525 (patch) | |
tree | eed615e519be0c69e96a80d7ed67a68edfd2e37e /contrib/verifysfbinaries/README.md | |
parent | a2bb571c4f03a7763f9170de66c59b6bd25116e2 (diff) | |
parent | 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 (diff) |
Merge pull request #3098 from super3/master
Finished /Contrib Index. Standardized READMEs.
Diffstat (limited to 'contrib/verifysfbinaries/README.md')
-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 |