diff options
author | nomnombtc <nomnombtc@arcor.de> | 2020-09-11 22:36:55 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-11 22:36:55 +0100 |
commit | dbba6153559a6904543d015427da3fde0c68ca4c (patch) | |
tree | e2a65d09aad9a00abc5ce5d37abcbd739d0e7614 /network/bitcoin | |
parent | a465dc23168a8afd3a9a2b72224427b1f84cb36f (diff) | |
download | slackbuilds-dbba6153559a6904543d015427da3fde0c68ca4c.tar.gz |
network/bitcoin: Updated for version 0.20.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r-- | network/bitcoin/README | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 6f4e63a698..d1f16ce23d 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.0/ +https://bitcoincore.org/en/releases/0.20.1/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 82d592e691..d800b5c8c3 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.0} +VERSION=${VERSION:-0.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index daa6c8cdb2..f3a9de4bb3 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.20.0" +VERSION="0.20.1" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0.tar.gz" -MD5SUM="46e632b4f42a5162e6f100a01cf4ee00" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1.tar.gz" +MD5SUM="737cae01e759d28ac3ece3a1ad9c69a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf qt5" |