diff options
| author | super3 <[email protected]> | 2013-10-21 20:00:10 -0400 |
|---|---|---|
| committer | super3 <[email protected]> | 2013-10-21 20:07:31 -0400 |
| commit | 14f870cee50f791bfa9c08bf1d60f8a3b9aeab23 (patch) | |
| tree | 758e9890482dd80e953481092d1bada304bd24a7 /contrib/verifysfbinaries | |
| parent | Bump Year Number to 2013 (diff) | |
| download | discoin-14f870cee50f791bfa9c08bf1d60f8a3b9aeab23.tar.xz discoin-14f870cee50f791bfa9c08bf1d60f8a3b9aeab23.zip | |
Prettify some /Contrib READMEs
SYN
Remove Dead Readme-Qt Links.
Diffstat (limited to 'contrib/verifysfbinaries')
| -rw-r--r-- | contrib/verifysfbinaries/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/verifysfbinaries/README.md b/contrib/verifysfbinaries/README.md index caa407360..f646d1efd 100644 --- a/contrib/verifysfbinaries/README.md +++ b/contrib/verifysfbinaries/README.md @@ -1,7 +1,6 @@ ### 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 +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 |