diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index 47990489..8ed8cb32 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.8.0", - "binary_url": "https://z.cash/downloads/zcash-5.8.0-linux64-debian-bullseye.tar.gz", + "version": "5.9.0", + "binary_url": "https://github.com/zcash/artifacts/raw/master/v5.9.0/bullseye/zcash-5.9.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "2b7f3654c3538cf465b9e37add0dffc1ac27ec8eee7890e0ce51f3972a875f05", + "verification_source": "d385b9fbeeb145f60b0b339d256cabb342713ed3014cd634cf2d68078365abd2", "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 9fa1a405..8b3a7651 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.8.0", - "binary_url": "https://z.cash/downloads/zcash-5.8.0-linux64-debian-bullseye.tar.gz", + "version": "5.9.0", + "binary_url": "https://github.com/zcash/artifacts/raw/master/v5.9.0/bullseye/zcash-5.9.0-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "2b7f3654c3538cf465b9e37add0dffc1ac27ec8eee7890e0ce51f3972a875f05", + "verification_source": "d385b9fbeeb145f60b0b339d256cabb342713ed3014cd634cf2d68078365abd2", "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",