Skip to content

Commit

Permalink
Bump bitcoind tag to v0.12.1-bitcore-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jul 26, 2016
1 parent f913784 commit 75d41ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download
Expand Up @@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.1"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12.1-bitcore"
tag="v0.12.1-bitcore-2"

if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then
Expand Down

0 comments on commit 75d41ac

Please sign in to comment.