From 630ef1d3088bc2f415656cd0f3b9a021eb16aa35 Mon Sep 17 00:00:00 2001 From: thebevrishot Date: Tue, 3 Dec 2019 13:11:46 +0700 Subject: [PATCH] Bump Zcoin to 0.13.8.8 --- configs/coins/zcoin.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/coins/zcoin.json b/configs/coins/zcoin.json index c239f8a7..420dcdd1 100644 --- a/configs/coins/zcoin.json +++ b/configs/coins/zcoin.json @@ -22,15 +22,16 @@ "package_name": "backend-zcoin", "package_revision": "satoshilabs-1", "system_user": "zcoin", - "version": "0.13.8.5", - "binary_url": "https://github.com/zcoinofficial/zcoin/releases/download/v0.13.8.5/zcoin-0.13.8.5-linux64.tar.gz", + "version": "0.13.8.8", + "binary_url": "https://github.com/zcoinofficial/zcoin/releases/download/v0.13.8.8/zcoin-0.13.8.8-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "52f8a722bb1cc5c53e77edf81f6f1300f3b15d53f9cb4fcee90367f11ad84dd9", + "verification_source": "badab4c7e42cb7ce567c1e02a700b52f7ea3f55780e4e180b89596ad940f7189", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/tor", "bin/tor-gencert", "bin/tor-print-ed-signing-cert", + "bin/torify", "bin/tor-resolve", "bin/zcoin-qt", "bin/zcoin-tx",