diff options
author | nomnombtc <nomnombtc@arcor.de> | 2020-06-05 09:20:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 10:07:49 +0700 |
commit | 005b153861f2dce53d585e2ebd770fa14e0e28c5 (patch) | |
tree | 7f8e36c3c9ed0ac778e56e659f48ad758e02bf01 /network/bitcoin | |
parent | 09885d6216ab94a538fd4e58419f958ad2e42f68 (diff) |
network/bitcoin: Updated for version 0.20.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 4 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index bf26b9db6c18..6f4e63a6981e 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.1/ +https://bitcoincore.org/en/releases/0.20.0/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 37ddf51ef1a2..82d592e69193 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.1} +VERSION=${VERSION:-0.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux -make +BITCOIN_GENBUILD_NO_GIT=1 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 e05fbb739c19..daa6c8cdb28c 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.19.1" +VERSION="0.20.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.19.1/bitcoin-0.19.1.tar.gz" -MD5SUM="6066d7247a5a8c61392fb79ae882bd30" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0.tar.gz" +MD5SUM="46e632b4f42a5162e6f100a01cf4ee00" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf qt5" |