diff options
author | nomnombtc <nomnombtc@arcor.de> | 2018-03-01 00:42:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:08 +0700 |
commit | d700fc290b7d2f91ecbb251d598f84a69ce7aa48 (patch) | |
tree | e34021123f79f97e8e1f79c95758ef7affd18c5d /network | |
parent | 2e6579ab6811b6dc08aa807cc19644650f553318 (diff) | |
download | slackbuilds-d700fc290b7d2f91ecbb251d598f84a69ce7aa48.tar.gz |
network/bitcoin: Updated for version 0.16.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-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 e0f759b6f7..72a21fad1c 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.15.1/ +https://bitcoincore.org/en/releases/0.16.0/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index bd32a6de73..0bfe8f30db 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.15.1} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 8b3f0efdd2..4ab2481a86 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.15.1" +VERSION="0.16.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.15.1/bitcoin-0.15.1.tar.gz" -MD5SUM="d3a697783b7c071d62f5ab94ef7c7b94" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0.tar.gz" +MD5SUM="bdb8add42f2ea139a803eceae24ef896" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |