summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author nomnombtc2019-08-10 01:57:37 +0200
committer Willy Sudiarto Raharjo2019-08-10 01:57:37 +0200
commite89c08f9da8e92637bc0c9d27a54426632ea0638 (patch)
tree19547b2145b44e71d9d543fea8ba9126abd11fdd
parent609e71221a966c72b993e108dc6bc9c7a05b2fe1 (diff)
downloadslackbuilds-e89c08f9da8e92637bc0c9d27a54426632ea0638.tar.gz
network/bitcoin: Updated for version 0.18.1.
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 5cdf887351..7075d3ee89 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.18.0/
+https://bitcoincore.org/en/releases/0.18.1/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 16a44bd7e7..9f9353e4b4 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.18.0}
+VERSION=${VERSION:-0.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 6326de7a5c..c06c153c13 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.18.0"
+VERSION="0.18.1"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.18.0/bitcoin-0.18.0.tar.gz"
-MD5SUM="916c8fb6e7e83f60207113273c39507c"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.18.1/bitcoin-0.18.1.tar.gz"
+MD5SUM="be159bfefb78018e331d0dd7c01ef415"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf qt5"