From e5e9d600810141edae1f431277f71f06e97c026d Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Thu, 16 Jun 2016 13:34:33 -0400 Subject: [PATCH 1/2] Updated the download script for the latest bitcoind tag. --- scripts/download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download b/scripts/download index f142b9865..461262832 100755 --- a/scripts/download +++ b/scripts/download @@ -5,9 +5,9 @@ set -e root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.." platform=`uname -a | awk '{print tolower($1)}'` arch=`uname -m` -version="0.12.0" +version="0.12.1" url="https://github.com/bitpay/bitcoin/releases/download" -tag="v0.12-bitcore" +tag="v0.12.1-bitcore-rc1" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then From f15460a3d99356a4692a5f82171bddb5211a16e3 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 27 Jun 2016 10:57:16 -0400 Subject: [PATCH 2/2] Adjusted tags. --- scripts/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download b/scripts/download index 461262832..d6c3d7fdf 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-rc1" +tag="v0.12.1-bitcore" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then