From 7d6c61623e14d6df1e914047be2b7dd730858209 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Fri, 29 May 2020 16:52:04 +0200 Subject: [PATCH] zec (+testnet): Bump backend 2.1.2->3.0.0 --- 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 71d6aaf90e..1a1657345a 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.1.2", - "binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz", + "version": "3.0.0", + "binary_url": "https://z.cash/downloads/zcash-3.0.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c", + "verification_source": "d8adc5ca1f7dec5ffc8c012fa765aa54ea371e4895c45ec927eeb465e5581e28", "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 5d15b6515e..d8afde18b6 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.1.2", - "binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz", + "version": "3.0.0", + "binary_url": "https://z.cash/downloads/zcash-3.0.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c", + "verification_source": "d8adc5ca1f7dec5ffc8c012fa765aa54ea371e4895c45ec927eeb465e5581e28", "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",