diff options
author | nomnombtc <nomnombtc@arcor.de> | 2017-11-26 09:02:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:50 +0700 |
commit | bbdbcd358beb764127a91e0f658c8cae679a6118 (patch) | |
tree | 4b2844056ef9161f02f94ddc28c0e5f1c47b63eb /network | |
parent | d0b12203a18f60cf53ac480090deff877f4d9551 (diff) |
network/bitcoin: Updated for version 0.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/bitcoin/README | 8 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 8ec98118a962..e0f759b6f71b 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -13,12 +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.14.2/ - -This is a new minor version release, including activation parameters -for the segwit softfork, various bugfixes and performance improvements. -Please also read this if you want to know more about segregated witness: -https://bitcoincore.org/en/2016/01/26/segwit-benefits/ -https://bitcoincore.org/en/2016/10/28/segwit-costs/ +https://bitcoincore.org/en/releases/0.15.1/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 96389106884f..bd32a6de7336 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.14.2} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 6c2a6c96f009..8b3f0efdd20f 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.14.2" +VERSION="0.15.1" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.14.2/bitcoin-0.14.2.tar.gz" -MD5SUM="4324327fbb2d696b98809b3ddbd40b0c" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.15.1/bitcoin-0.15.1.tar.gz" +MD5SUM="d3a697783b7c071d62f5ab94ef7c7b94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |