From f97d23590ccb8c17abd1eca97e80c256a1b9b1c1 Mon Sep 17 00:00:00 2001 From: Dehumanizer77 Date: Thu, 30 Apr 2020 09:47:45 +0200 Subject: [PATCH] zec (+testnet): Bump backend 2.1.1-1->2.1.2 --- 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 bb2b6ac3..71d6aaf9 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.1-1", - "binary_url": "https://z.cash/downloads/zcash-2.1.1-1-linux64-debian-stretch.tar.gz", + "version": "2.1.2", + "binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "15780d5b34cc0f9536d85d7c424b9788327e0881d0c503ef9f8dc277b2e2a4ff", + "verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c", "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 25b27a39..5d15b651 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.1-1", - "binary_url": "https://z.cash/downloads/zcash-2.1.1-1-linux64-debian-stretch.tar.gz", + "version": "2.1.2", + "binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz", "verification_type": "sha256", - "verification_source": "15780d5b34cc0f9536d85d7c424b9788327e0881d0c503ef9f8dc277b2e2a4ff", + "verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c", "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",