From 1801dc45a6f134aa6cebb19649227fe63017c7a2 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Tue, 26 Jul 2022 08:26:03 +0000 Subject: [PATCH] =?UTF-8?q?zcash=20(+testnet)=205.0.0=20=E2=86=92=205.1.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 6d1c9d05..6ba96a8b 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": "5.0.0", - "binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz", + "version": "5.1.0", + "binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c", + "verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b", "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 4622ba5b..91a0a2d6 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": "5.0.0", - "binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz", + "version": "5.1.0", + "binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c", + "verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b", "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",