build: update download of bitcoind to tag v0.12-bitcore

This commit is contained in:
Braydon Fuller 2016-05-27 11:43:50 -04:00
parent aa7f0d7c60
commit 47e3cf7fc8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.0"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12-bitcore-rc3"
tag="v0.12-bitcore"
if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then