Skip to content

Commit

Permalink
Merge pull request #457 from kleetus/master
Browse files Browse the repository at this point in the history
Updated the download script for the latest bitcoind tag.
  • Loading branch information
braydonf committed Jun 27, 2016
2 parents f72fe82 + f15460a commit cfe12eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download
Expand Up @@ -5,9 +5,9 @@ set -e
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.0"
version="0.12.1"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12-bitcore"
tag="v0.12.1-bitcore"

if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then
Expand Down

0 comments on commit cfe12eb

Please sign in to comment.