summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author nomnombtc2021-01-22 17:44:49 +0100
committer Willy Sudiarto Raharjo2021-01-22 17:44:49 +0100
commita004729a27ca9e84885c0281f72e4d395c2d0aee (patch)
treef81ff835e561d8b6369ca50a600f868edf8efc64
parent28531e04c03790c3ff3da80874648f1d428d734b (diff)
downloadslackbuilds-a004729a27ca9e84885c0281f72e4d395c2d0aee.tar.gz
network/bitcoin: Updated for version 0.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild4
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index d1f16ce23d..667e2935be 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.20.1/
+https://bitcoincore.org/en/releases/0.21.0/
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index d800b5c8c3..658fc14a62 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.20.1}
+VERSION=${VERSION:-0.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux
-BITCOIN_GENBUILD_NO_GIT=1 make
+make
make install DESTDIR=$PKG
# Remove the "test" binaries. Alternatively, you can explicitly disable tests
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index f3a9de4bb3..c9df6a1ae7 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.20.1"
+VERSION="0.21.0"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1.tar.gz"
-MD5SUM="737cae01e759d28ac3ece3a1ad9c69a7"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.21.0/bitcoin-0.21.0.tar.gz"
+MD5SUM="a99c80d18243db0b8089882f9be1302a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf qt5"