From d41adf0a4ed16c391ef8d999cb454ecf8ceeddbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Krac=C3=ADk?= Date: Thu, 14 Feb 2019 11:13:46 +0100 Subject: [PATCH] Bump zcash backend to 2.0.3 --- configs/coins/zcash.json | 10 +++++----- configs/coins/zcash_testnet.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index fc657d8f..87cc4474 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.2", - "binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz", + "version": "2.0.3", + "binary_url": "https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db", + "verification_source": "529900fa311509274cc3912ae886a3b8e193ae8a91801f810c3ca58f44bd1730", "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", @@ -59,7 +59,7 @@ } }, "meta": { - "package_maintainer": "Jakub Matys", - "package_maintainer_email": "jakub.matys@satoshilabs.com" + "package_maintainer": "Petr Kracik", + "package_maintainer_email": "petr.kracik@satoshilabs.com" } } diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index 9df8ad31..08811e1d 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.2", - "binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz", + "version": "2.0.3", + "binary_url": "https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db", + "verification_source": "529900fa311509274cc3912ae886a3b8e193ae8a91801f810c3ca58f44bd1730", "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", @@ -59,7 +59,7 @@ } }, "meta": { - "package_maintainer": "Jakub Matys", - "package_maintainer_email": "jakub.matys@satoshilabs.com" + "package_maintainer": "Petr Kracik", + "package_maintainer_email": "petr.kracik@satoshilabs.com" } }