summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author nomnombtc2015-11-15 02:19:20 +0100
committer Willy Sudiarto Raharjo2015-11-17 14:56:40 +0100
commitb910e85543fc057c466abc8d0d9ce832efc12ae3 (patch)
tree750f5b762545dc61258fd500ed731d4933835ae7
parentccfad35cc44d829cbd7d8ff44e39659f89f96075 (diff)
downloadslackbuilds-b910e85543fc057c466abc8d0d9ce832efc12ae3.tar.gz
network/bitcoin: Updated for version 0.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild2
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 08f00f651e..b5e21ec01f 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -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.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 58adb71b50..8bc443ed5b 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -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}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 756bb11abf..ba2a33f1ae 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -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"