summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author nomnombtc2020-03-14 01:20:52 +0100
committer Willy Sudiarto Raharjo2020-03-14 01:20:52 +0100
commit7492e8802554fdcaa702532765e98254da019854 (patch)
treecd24df12038102b378aa942d95d95edc141166e3 /network
parent687c89521abc14f1e8dec13955fcf6e047a1e44b (diff)
downloadslackbuilds-7492e8802554fdcaa702532765e98254da019854.tar.gz
network/bitcoin: Updated for version 0.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 b702575553..bf26b9db6c 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -13,6 +13,6 @@ If you just want to send and receive Bitcoins you can also look
at a light client like Electrum.
Please make sure to read the release notes first before upgrading:
-https://bitcoincore.org/en/releases/0.19.0.1/
+https://bitcoincore.org/en/releases/0.19.1/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index b8fc53b5a2..37ddf51ef1 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.19.0.1}
+VERSION=${VERSION:-0.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 32cb0da9bb..e05fbb739c 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.19.0.1"
+VERSION="0.19.1"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.19.0.1/bitcoin-0.19.0.1.tar.gz"
-MD5SUM="b75e3be7c73329ce0194a7b2c179d690"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.19.1/bitcoin-0.19.1.tar.gz"
+MD5SUM="6066d7247a5a8c61392fb79ae882bd30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf qt5"