diff options
author | nomnombtc <nomnombtc@arcor.de> | 2017-01-11 09:41:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-11 09:41:45 +0700 |
commit | 0b7b87307717d46c08b39edb136b683db073b57d (patch) | |
tree | e2e3ede6a9d3cd8d6779bf1abb30280f8df974a7 /network/bitcoin | |
parent | fdc4bd1333c7aadbaf216a74cc5563bb5a8f5174 (diff) | |
download | slackbuilds-0b7b87307717d46c08b39edb136b683db073b57d.tar.gz |
network/bitcoin: Updated for version 0.13.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 daf1d68f1b..0398b8ac64 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -13,7 +13,7 @@ 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://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes/release-notes-0.13.1.md +https://bitcoincore.org/en/releases/0.13.2/ This is a new minor version release, including activation parameters for the segwit softfork, various bugfixes and performance improvements. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index ed42461828..82f8471bf8 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.13.1} +VERSION=${VERSION:-0.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index e77bc120b7..75aa7fa92d 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.13.1" +VERSION="0.13.2" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.1/bitcoin-0.13.1.tar.gz" -MD5SUM="3ccb66404e6da9b995a607de997ca3bf" +DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.2/bitcoin-0.13.2.tar.gz" +MD5SUM="cdb84bcd6cf64cb69a324ca28b9372d7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |