From 47e3cf7fc8c9122385c41a649b17bfd9ba192f3e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 27 May 2016 11:43:50 -0400 Subject: [PATCH] build: update download of bitcoind to tag v0.12-bitcore --- scripts/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download b/scripts/download index 2e8c6714..f142b986 100755 --- a/scripts/download +++ b/scripts/download @@ -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