build: update bitcoind links to bitpay/bitcoin bitcore-rc1 release
This commit is contained in:
parent
d9d50c1f0c
commit
e24a9c96ae
@ -6,8 +6,8 @@ root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
|
|||||||
platform=`uname -a | awk '{print tolower($1)}'`
|
platform=`uname -a | awk '{print tolower($1)}'`
|
||||||
arch=`uname -m`
|
arch=`uname -m`
|
||||||
version="0.12.0"
|
version="0.12.0"
|
||||||
url="https://github.com/braydonf/bitcoin/releases/download"
|
url="https://github.com/bitpay/bitcoin/releases/download"
|
||||||
tag="v0.12.0-bitcore-beta6"
|
tag="v0.12-bitcore-rc1"
|
||||||
|
|
||||||
if [ "${platform}" == "linux" ]; then
|
if [ "${platform}" == "linux" ]; then
|
||||||
if [ "${arch}" == "x86_64" ]; then
|
if [ "${arch}" == "x86_64" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user