We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f913784 + 75d41ac commit b5401b0Copy full SHA for b5401b0
scripts/download
@@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
7
arch=`uname -m`
8
version="0.12.1"
9
url="https://github.com/bitpay/bitcoin/releases/download"
10
-tag="v0.12.1-bitcore"
+tag="v0.12.1-bitcore-2"
11
12
if [ "${platform}" == "linux" ]; then
13
if [ "${arch}" == "x86_64" ]; then
0 commit comments