Skip to content

Commit 75d41ac

Browse files
author
Braydon Fuller
committed
Bump bitcoind tag to v0.12.1-bitcore-2
1 parent f913784 commit 75d41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
77
arch=`uname -m`
88
version="0.12.1"
99
url="https://github.com/bitpay/bitcoin/releases/download"
10-
tag="v0.12.1-bitcore"
10+
tag="v0.12.1-bitcore-2"
1111

1212
if [ "${platform}" == "linux" ]; then
1313
if [ "${arch}" == "x86_64" ]; then

0 commit comments

Comments
 (0)