From 6a1e5770cf69380b205ee4560e3058951153f700 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 20 Sep 2016 15:18:04 -0400 Subject: [PATCH] Update bitcoind build to v0.12.1-bitcore-4 --- scripts/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download b/scripts/download index 40bdfb48..64cb6180 100755 --- a/scripts/download +++ b/scripts/download @@ -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-2" +tag="v0.12.1-bitcore-4" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then