From 8457a19d93c226d9decbe2a53a919ce73b411a0c Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Wed, 9 May 2018 14:08:18 +0200 Subject: [PATCH] Upgraded BCash to 0.17.1 --- configs/bch-testnet.json | 2 +- configs/bch.json | 2 +- contrib/backends/bcash/Makefile | 4 ++-- contrib/backends/bcash/debian/changelog | 6 ++++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configs/bch-testnet.json b/configs/bch-testnet.json index d95bc22d..b2f5bc91 100644 --- a/configs/bch-testnet.json +++ b/configs/bch-testnet.json @@ -5,5 +5,5 @@ "rpcTimeout": 25, "parse": true, "zeroMQBinding": "tcp://127.0.0.1:18434", - "subversion": "/Bitcoin ABC:0.17.0(EB8.0; bitcore-sl)/" + "subversion": "/Bitcoin ABC:0.17.1(EB8.0; bitcore-sl)/" } diff --git a/configs/bch.json b/configs/bch.json index 4a4a60db..f8f43a01 100644 --- a/configs/bch.json +++ b/configs/bch.json @@ -5,5 +5,5 @@ "rpcTimeout": 25, "parse": true, "zeroMQBinding": "tcp://127.0.0.1:8434", - "subversion": "/Bitcoin ABC:0.17.0(EB8.0; bitcore-sl)/" + "subversion": "/Bitcoin ABC:0.17.1(EB8.0; bitcore-sl)/" } diff --git a/contrib/backends/bcash/Makefile b/contrib/backends/bcash/Makefile index 5b958fdc..270e73d7 100644 --- a/contrib/backends/bcash/Makefile +++ b/contrib/backends/bcash/Makefile @@ -1,7 +1,7 @@ -BITCOINABC_VERSION := 0.17.0 +BITCOINABC_VERSION := 0.17.1 all: - wget https://download.bitcoinabc.org/0.17.0/linux/bitcoin-abc-${BITCOINABC_VERSION}-x86_64-linux-gnu.tar.gz + wget https://download.bitcoinabc.org/${BITCOINABC_VERSION}/linux/bitcoin-abc-${BITCOINABC_VERSION}-x86_64-linux-gnu.tar.gz tar -xf bitcoin-abc-${BITCOINABC_VERSION}-x86_64-linux-gnu.tar.gz mv bitcoin-abc-${BITCOINABC_VERSION} bitcoin-abc rm bitcoin-abc/bin/bitcoin-qt diff --git a/contrib/backends/bcash/debian/changelog b/contrib/backends/bcash/debian/changelog index 464f4c7d..8e23c972 100644 --- a/contrib/backends/bcash/debian/changelog +++ b/contrib/backends/bcash/debian/changelog @@ -1,3 +1,9 @@ +bcash (0.17.1-satoshilabs1) unstable; urgency=medium + + * Upgrade to 0.17.1 + + -- Jakub Matys Wed, 09 May 2018 14:06:23 +0200 + bcash (0.17.0-satoshilabs1) unstable; urgency=medium * Initial build