summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author nomnombtc <nomnombtc@arcor.de>2019-01-18 16:51:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-18 23:39:54 +0700
commit03e9d4fcd4dd7b37cb8d9400b65472a8f1ed46a3 (patch)
treeba515847c9a3a2dc6c280d64e319fa1cbc7aa7cd /network
parent4ea8df8eb9a3f7cb2fd355231ba3dd74b35540c3 (diff)
downloadslackbuilds-03e9d4fcd4dd7b37cb8d9400b65472a8f1ed46a3.tar.gz
slackbuilds-03e9d4fcd4dd7b37cb8d9400b65472a8f1ed46a3.tar.xz
network/bitcoin: Updated for version 0.17.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.SlackBuild4
-rw-r--r--network/bitcoin/bitcoin.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index c5fa41fb52..627339b5bd 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.3/
+https://bitcoincore.org/en/releases/0.17.1/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index d0c947cada..c04aa892f6 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.3}
+VERSION=${VERSION:-0.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--mandir=/usr/man \
$QRCODE \
- --with-gui=qt4 \
+ --with-gui=qt5 \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 186d2a6ad8..39aaecc423 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,10 +1,10 @@
PRGNAM="bitcoin"
-VERSION="0.16.3"
+VERSION="0.17.1"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.3/bitcoin-0.16.3.tar.gz"
-MD5SUM="dc75dc8c734c7bba89e180d26a8c731c"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.17.1/bitcoin-0.17.1.tar.gz"
+MD5SUM="54baebae19a4b3a60c7faa8ba051f1d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="protobuf"
+REQUIRES="protobuf qt5"
MAINTAINER="nomnombtc"
EMAIL="nomnombtc@arcor.de"