Bump bitcoind tag to v0.12.1-bitcore-2

This commit is contained in:
Braydon Fuller 2016-07-26 15:48:15 -04:00
parent f913784421
commit 75d41acdd6
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.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