Adjusted tags.

This commit is contained in:
Chris Kleeschulte 2016-06-27 10:57:16 -04:00
parent e5e9d60081
commit f15460a3d9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.1"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12.1-bitcore-rc1"
tag="v0.12.1-bitcore"
if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then