From 5431b19cefcfd55dcbb1f2819b71882adc93189f Mon Sep 17 00:00:00 2001 From: JoHnY Date: Wed, 28 Aug 2019 14:14:47 +0200 Subject: [PATCH] Bump zcash backend to 2.0.7 (#273) * Bump zcash backend to 2.0.7 * zcash (+testnet): Bump backend 2.0.5-2 -> 2.0.7 --- 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 f4af9b2f..b40d1751 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": "2.0.5-2", - "binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz", + "version": "2.0.7", + "binary_url": "https://z.cash/downloads/zcash-2.0.7-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1", + "verification_source": "92c84bb5a95e40f46a720ff112f710d42f3f820887869f362133be7f609e0479", "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 2dc6eee3..bd88881d 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": "2.0.5-2", - "binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz", + "version": "2.0.7", + "binary_url": "https://z.cash/downloads/zcash-2.0.7-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1", + "verification_source": "92c84bb5a95e40f46a720ff112f710d42f3f820887869f362133be7f609e0479", "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",