Skip to content

Commit cfe12eb

Browse files
authored
Merge pull request #457 from kleetus/master
Updated the download script for the latest bitcoind tag.
2 parents f72fe82 + f15460a commit cfe12eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/download

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set -e
55
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
66
platform=`uname -a | awk '{print tolower($1)}'`
77
arch=`uname -m`
8-
version="0.12.0"
8+
version="0.12.1"
99
url="https://github.com/bitpay/bitcoin/releases/download"
10-
tag="v0.12-bitcore"
10+
tag="v0.12.1-bitcore"
1111

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

0 commit comments

Comments
 (0)