diff options
author | nomnombtc <nomnombtc@arcor.de> | 2018-08-02 19:42:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-02 19:42:30 +0700 |
commit | 5993258f234987bbd7168e3a5d8204f40a0ed6b2 (patch) | |
tree | e97cf888a4c2fb69ffda6c69f16e186b201afa0e /network/bitcoin | |
parent | 9a18ece9fc47e39c3741eed9a1f37476c35b1795 (diff) | |
download | slackbuilds-5993258f234987bbd7168e3a5d8204f40a0ed6b2.tar.gz |
network/bitcoin: Updated for version 0.16.2.
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 | 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 084d3c1910..1f18325c8e 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.1/ +https://bitcoincore.org/en/releases/0.16.2/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 19285c0580..16c420ec74 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.1} +VERSION=${VERSION:-0.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 1c7e0b3076..86b39c6c05 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.16.1" +VERSION="0.16.2" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.1/bitcoin-0.16.1.tar.gz" -MD5SUM="827a35eb51def9296f6f56c66aacd66a" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.2/bitcoin-0.16.2.tar.gz" +MD5SUM="f6757fac4c45fad9cea97dc127eed20c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |