From 4fc94a5130119d1bb2042b059c1f47735605a44a Mon Sep 17 00:00:00 2001 From: JoHnY Date: Wed, 18 May 2022 08:57:55 +0000 Subject: [PATCH] =?UTF-8?q?zcash=20(+testnet)=204.7.0=20=E2=86=92=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/coins/zcash.json | 6 +++--- configs/coins/zcash_testnet.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index 393f4727..6d1c9d05 100644 --- a/configs/coins/zcash.json +++ b/configs/coins/zcash.json @@ -22,10 +22,10 @@ "package_name": "backend-zcash", "package_revision": "satoshilabs-1", "system_user": "zcash", - "version": "4.7.0", - "binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz", + "version": "5.0.0", + "binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831", + "verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index bfde00ad..4622ba5b 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -21,10 +21,10 @@ "backend": { "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", - "version": "4.7.0", - "binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz", + "version": "5.0.0", + "binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831", + "verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",