summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author nomnombtc2018-06-17 20:02:09 +0200
committer David Spencer2018-06-17 20:13:31 +0200
commit7c84c6b34d34cc58c463027d809c5d67dac85679 (patch)
treeb7e54ba81e86cd62db977204cfbb11cfb94c9c30
parentc9575313f3325bf7739699a3ea76ad4908288b1c (diff)
downloadslackbuilds-7c84c6b34d34cc58c463027d809c5d67dac85679.tar.gz
network/bitcoin: Updated for version 0.16.1.
Signed-off-by: David Spencer <idlemoor@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 72a21fad1c..084d3c1910 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 to read the release notes first before upgrading:
-https://bitcoincore.org/en/releases/0.16.0/
+https://bitcoincore.org/en/releases/0.16.1/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 0bfe8f30db..19285c0580 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.16.0}
+VERSION=${VERSION:-0.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 4ab2481a86..1c7e0b3076 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.16.0"
+VERSION="0.16.1"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0.tar.gz"
-MD5SUM="bdb8add42f2ea139a803eceae24ef896"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.1/bitcoin-0.16.1.tar.gz"
+MD5SUM="827a35eb51def9296f6f56c66aacd66a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"