network/bitcoin: Updated for version 0.11.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2015-11-15 08:19:20 +07:00 committed by Willy Sudiarto Raharjo
parent ccfad35cc4
commit b910e85543
3 changed files with 5 additions and 5 deletions

View file

@ -13,6 +13,6 @@ If you just want to send and receive Bitcoins you should look at
a light client like Electrum.
Please make sure you read the Release notes first before upgrading:
https://bitcoin.org/en/release/v0.11.1
https://bitcoin.org/en/release/v0.11.2
qrencode is an optional but strongly recommended dependency.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bitcoin
VERSION=${VERSION:-0.11.1}
VERSION=${VERSION:-0.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="bitcoin"
VERSION="0.11.1"
VERSION="0.11.2"
HOMEPAGE="http://www.bitcoin.org"
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.1.tar.gz"
MD5SUM="45f7473982eb896fe313b78a142652e2"
DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.2.tar.gz"
MD5SUM="8f55f1bddcafc7f18a28d36c3a5264b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"