From 787f83bfd8be614df0cd73fb22c3145e92227f0e Mon Sep 17 00:00:00 2001 From: JoHnY Date: Mon, 10 Jan 2022 13:58:42 +0000 Subject: [PATCH] zec (+testnet) 4.6.0 -> 4.6.0-1 --- 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 63d06253..61b114a2 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.6.0", - "binary_url": "https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz", + "version": "4.6.0-1", + "binary_url": "https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "d1801e6a5a39ab8eea772eb22073f84c8fea34bfbf7236d50fe965c4b860f8a1", + "verification_source": "1f8c918244f72ae67ecfd688d640d57b146b6e50292c243f46175e4697a8ecb3", "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 2f64ef00..a401dc8c 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.6.0", - "binary_url": "https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz", + "version": "4.6.0-1", + "binary_url": "https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "d1801e6a5a39ab8eea772eb22073f84c8fea34bfbf7236d50fe965c4b860f8a1", + "verification_source": "1f8c918244f72ae67ecfd688d640d57b146b6e50292c243f46175e4697a8ecb3", "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",