From 20b12f61009d6ee6d78ff49a1514b13c51cfbdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Krac=C3=ADk?= Date: Wed, 5 Dec 2018 10:59:51 +0100 Subject: [PATCH] Bump ZCash to 2.0.2 --- configs/coins/zcash.json | 8 ++++---- configs/coins/zcash_testnet.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index bb3d1109..fc657d8f 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.1", - "binary_url": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz", - "verification_type": "gpg", - "verification_source": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz.asc", + "version": "2.0.2", + "binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz", + "verification_type": "sha256", + "verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db", "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 54876c05..9df8ad31 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.1", - "binary_url": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz", - "verification_type": "gpg", - "verification_source": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz.asc", + "version": "2.0.2", + "binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz", + "verification_type": "sha256", + "verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db", "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",