From d3931953d56fcf746fb5a97073b629dff6f19a96 Mon Sep 17 00:00:00 2001 From: Jan Hrnko Date: Wed, 25 Sep 2019 09:26:06 +0200 Subject: [PATCH] zcash (+testnet): Bump backend 2.0.7-2 -> 2.0.7-3 --- 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 b3555e25..f3b63620 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.7-2", - "binary_url": "https://z.cash/downloads/zcash-2.0.7-2-linux64-debian-stretch.tar.gz", + "version": "2.0.7-3", + "binary_url": "https://z.cash/downloads/zcash-2.0.7-3-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "597d169606ed2d1b621d80f39c06291ff01d57cae8f178c0d6e90df1a27405ed", + "verification_source": "b6961c0073c968dc30ed10a752ba657cb76acb22265dbc5f4bae7cc0395b35e4", "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 157811bf..48c32c77 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.7-2", - "binary_url": "https://z.cash/downloads/zcash-2.0.7-2-linux64-debian-stretch.tar.gz", + "version": "2.0.7-3", + "binary_url": "https://z.cash/downloads/zcash-2.0.7-3-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "597d169606ed2d1b621d80f39c06291ff01d57cae8f178c0d6e90df1a27405ed", + "verification_source": "b6961c0073c968dc30ed10a752ba657cb76acb22265dbc5f4bae7cc0395b35e4", "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",