From 6274f4b3d4367f01c5de7db885cc1f01333596d0 Mon Sep 17 00:00:00 2001 From: Dehumanizer77 Date: Mon, 16 Nov 2020 15:25:35 +0000 Subject: [PATCH] =?UTF-8?q?zcash=20(+testnet):=204.0.0=20=E2=86=92=204.1.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 92bbe307..a9545b00 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.0.0", - "binary_url": "https://z.cash/downloads/zcash-4.0.0-linux64-debian-stretch.tar.gz", + "version": "4.1.0", + "binary_url": "https://z.cash/downloads/zcash-4.1.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "a0daf673d45e92fe97f2dd43bbaf6d6653940643aff62915f46df89af4d8c8b5", + "verification_source": "a5b00242816c3152519976f987df1670f342f413ae32c0466acc8b64e0b7c319", "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 057406c4..4486222a 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -22,10 +22,10 @@ "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", "system_user": "zcash", - "version": "4.0.0", - "binary_url": "https://z.cash/downloads/zcash-4.0.0-linux64-debian-stretch.tar.gz", + "version": "4.1.0", + "binary_url": "https://z.cash/downloads/zcash-4.1.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "a0daf673d45e92fe97f2dd43bbaf6d6653940643aff62915f46df89af4d8c8b5", + "verification_source": "a5b00242816c3152519976f987df1670f342f413ae32c0466acc8b64e0b7c319", "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",