diff options
author | nomnombtc <nomnombtc@arcor.de> | 2019-05-04 02:05:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-04 02:05:13 +0700 |
commit | 9323aec2e8571e02a084f5b9cb7d009b81901024 (patch) | |
tree | 7e4d6e6b030d682f855429cc953c18efbd930782 | |
parent | c77768b44d97f8f2361de3b84437834563886baa (diff) |
network/bitcoin: Updated for version 0.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 627339b5bd13..5cdf88735169 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.17.1/ +https://bitcoincore.org/en/releases/0.18.0/ qrencode is an optional but strongly recommended dependency. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index c04aa892f6b3..16a44bd7e71c 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.17.1} +VERSION=${VERSION:-0.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 39aaecc423ed..6326de7a5cc8 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.17.1" +VERSION="0.18.0" HOMEPAGE="https://bitcoincore.org" -DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.17.1/bitcoin-0.17.1.tar.gz" -MD5SUM="54baebae19a4b3a60c7faa8ba051f1d5" +DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.18.0/bitcoin-0.18.0.tar.gz" +MD5SUM="916c8fb6e7e83f60207113273c39507c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf qt5" |