Merge pull request #472 from braydonf/0.12.1-bitcore-2

Bump bitcoind tag to v0.12.1-bitcore-2
This commit is contained in:
Chris Kleeschulte 2016-07-28 10:53:01 -04:00 committed by GitHub
commit b5401b0269
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