Skip to content

Commit b5401b0

Browse files
authored
Merge pull request #472 from braydonf/0.12.1-bitcore-2
Bump bitcoind tag to v0.12.1-bitcore-2
2 parents f913784 + 75d41ac commit b5401b0

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)