build: update url to download bitcoin-0.12-bitcore-rc3

This commit is contained in:
Braydon Fuller 2016-05-18 20:04:23 -04:00
parent 83880910dc
commit 73197fdc75
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.0"
url="https://github.com/braydonf/bitcoin/releases/download"
tag="v0.12-bitcore-rc2-spent2"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12-bitcore-rc3"
if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then