diff options
author | nomnombtc <nomnombtc@arcor.de> | 2018-09-20 15:11:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-20 15:11:06 +0100 |
commit | 375d9baefa52c6ca387ff9c216c5937e1bc9da55 (patch) | |
tree | df5fc3b7aef01dd1c46fb4a3e37c23781c17d8e5 /network/bitcoin | |
parent | 7bb1775e343abb9d84e8144d436bf44902fc062d (diff) |
network/bitcoin: Updated for version 0.16.3.
Signed-off-by: David Spencer <idlemoor@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 1f18325c8e1e..c5fa41fb52fe 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.2/ +https://bitcoincore.org/en/releases/0.16.3/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 16c420ec74c7..d0c947cadabf 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.2} +VERSION=${VERSION:-0.16.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 86b39c6c05df..186d2a6ad8a6 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.16.2" +VERSION="0.16.3" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.2/bitcoin-0.16.2.tar.gz" -MD5SUM="f6757fac4c45fad9cea97dc127eed20c" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.3/bitcoin-0.16.3.tar.gz" +MD5SUM="dc75dc8c734c7bba89e180d26a8c731c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |