From 827909dddeb27456a98755e6bc480cd3f87105f0 Mon Sep 17 00:00:00 2001 From: hewigovens <360470+hewigovens@users.noreply.github.com> Date: Sun, 26 Sep 2021 11:12:56 +0800 Subject: [PATCH] =?UTF-8?q?zec=20(+testnet)=204.4.1=20=E2=86=92=204.5.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 72dce9d1..053e53d0 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.4.1", - "binary_url": "https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz", + "version": "4.5.0", + "binary_url": "https://z.cash/downloads/zcash-4.5.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "22f8f4ff5e68ed0e3557b56e27ea7b4b4ed9be68522e1d1cea92aec210ffded6", + "verification_source": "405ebe0379219109e4b22069bf96348852b032a52345fa93acfe415ffa15a969", "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 b67fed2c..b634dbb1 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.4.1", - "binary_url": "https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz", + "version": "4.5.0", + "binary_url": "https://z.cash/downloads/zcash-4.5.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "22f8f4ff5e68ed0e3557b56e27ea7b4b4ed9be68522e1d1cea92aec210ffded6", + "verification_source": "405ebe0379219109e4b22069bf96348852b032a52345fa93acfe415ffa15a969", "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",