From 0226542178e05060e06639b4ace847a788624d62 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Wed, 27 Jul 2022 08:11:13 +0000 Subject: [PATCH] =?UTF-8?q?zcash=20(+testnet)=205.1.0=20=E2=86=92=205.2.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 6ba96a8b..946e9077 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.1.0", - "binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz", + "version": "5.2.0", + "binary_url": "https://z.cash/downloads/zcash-5.2.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b", + "verification_source": "ce7113843862f04470d1260e293c393e523b36f8e5cb7b942ed56fa63a8ae77f", "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 91a0a2d6..2bf6d5cf 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.1.0", - "binary_url": "https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz", + "version": "5.2.0", + "binary_url": "https://z.cash/downloads/zcash-5.2.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "f1be2acb2a704b0bb23ca13b99add10585e5b080ce8ead789c8379a14dabf12b", + "verification_source": "ce7113843862f04470d1260e293c393e523b36f8e5cb7b942ed56fa63a8ae77f", "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",