build: update bitcoind release to include mempool spentindex

This commit is contained in:
Braydon Fuller 2016-05-16 15:39:29 -04:00
parent cd4432652d
commit 2cc06cc34b

View File

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