From 9c5ae9585fd7d6fbc835bd2be2f9118eb3736175 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Thu, 12 Oct 2023 15:10:16 +0000 Subject: [PATCH] =?UTF-8?q?zec=20(+testnet)=205.6.1=20=E2=86=92=205.7.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 de5520ae..a8d1f382 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.6.1", - "binary_url": "https://z.cash/downloads/zcash-5.6.1-linux64-debian-bullseye.tar.gz", + "version": "5.7.0", + "binary_url": "https://z.cash/downloads/zcash-5.7.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "0144cc75f00460b136103eeb7c629d5af8101d52b9a77524f44305d44cfbc795", + "verification_source": "91bccc38e8edb83cfa7ebbef685b6b252314d92ab7dfeeed0a73ef707cd34d4e", "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 34457f2d..16c4d5a2 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.6.1", - "binary_url": "https://z.cash/downloads/zcash-5.6.1-linux64-debian-bullseye.tar.gz", + "version": "5.7.0", + "binary_url": "https://z.cash/downloads/zcash-5.7.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "0144cc75f00460b136103eeb7c629d5af8101d52b9a77524f44305d44cfbc795", + "verification_source": "91bccc38e8edb83cfa7ebbef685b6b252314d92ab7dfeeed0a73ef707cd34d4e", "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",