aboutsummaryrefslogtreecommitdiff
path: root/contrib/verifysfbinaries
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2013-02-01 13:10:44 +0800
committerfanquake <fanquake@gmail.com>2013-02-01 13:10:44 +0800
commitced7f77df5f1dda55c8e87d0033640e3ee565e84 (patch)
tree73b220a97b45e62d3ed3e0122609604b7a84356f /contrib/verifysfbinaries
parent5b989722be0e090e63608399468a902b76cc13dd (diff)
downloadbitcoin-ced7f77df5f1dda55c8e87d0033640e3ee565e84.tar.xz
Update default URL in verify.sh
The current default URL doesn't seem to exist. Unsure wether this should be updated to point to 0.7.2 now or wether just to wait untill 0.8.0 is out and point there? Commit also fixes a minor typo in the macdeploy notes.txt
Diffstat (limited to 'contrib/verifysfbinaries')
-rwxr-xr-xcontrib/verifysfbinaries/verify.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/verifysfbinaries/verify.sh b/contrib/verifysfbinaries/verify.sh
index 336de3ec1f..149b7b394c 100755
--- a/contrib/verifysfbinaries/verify.sh
+++ b/contrib/verifysfbinaries/verify.sh
@@ -18,7 +18,7 @@ WORKINGDIR="/tmp/bitcoin"
TMPFILE="hashes.tmp"
#this URL is used if a version number is not specified as an argument to the script
-SIGNATUREFILE="http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.7.1/test/SHA256SUMS.asc"
+SIGNATUREFILE="http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.7.2/SHA256SUMS.asc"
SIGNATUREFILENAME="SHA256SUMS.asc"
RCSUBDIR="test/"
@@ -81,7 +81,7 @@ if [ $RET -ne 0 ]; then
#and notify the user if it's bad
echo "Bad signature."
elif [ $RET -eq 2 ]; then
- #or if a gpg error has occured
+ #or if a gpg error has occurred
echo "gpg error. Do you have Gavin's code signing key installed?"
fi