Skip to content

Commit

Permalink
Merge pull request #472 from braydonf/0.12.1-bitcore-2
Browse files Browse the repository at this point in the history
Bump bitcoind tag to v0.12.1-bitcore-2
  • Loading branch information
kleetus committed Jul 28, 2016
2 parents f913784 + 75d41ac commit b5401b0
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 b5401b0

Please sign in to comment.