From 82c4a092e4a7dcf6c4e1302c109ab83a89315733 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Tue, 6 Dec 2022 11:04:39 +0000 Subject: [PATCH] =?UTF-8?q?zec=20(+testnet)=205.3.1=20=E2=86=92=205.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 67a45f16..36801842 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": "5.3.1", - "binary_url": "https://z.cash/downloads/zcash-5.3.1-linux64-debian-bullseye.tar.gz", + "version": "5.3.2", + "binary_url": "https://z.cash/downloads/zcash-5.3.2-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "2b6d3ad3cb6d962fe3bffe19fb4dea42e487fcdff9f4b36908f495cb8060022d", + "verification_source": "20b0aa39b72826fe5c2d967151ce8cccbd11c1cf1b6c2adf8ddad0c596e241fc", "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 659a4d49..1a924e7b 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -21,10 +21,10 @@ "backend": { "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", - "version": "5.3.1", - "binary_url": "https://z.cash/downloads/zcash-5.3.1-linux64-debian-bullseye.tar.gz", + "version": "5.3.2", + "binary_url": "https://z.cash/downloads/zcash-5.3.2-linux64-debian-bullseye.tar.gz", "verification_type": "sha256", - "verification_source": "2b6d3ad3cb6d962fe3bffe19fb4dea42e487fcdff9f4b36908f495cb8060022d", + "verification_source": "20b0aa39b72826fe5c2d967151ce8cccbd11c1cf1b6c2adf8ddad0c596e241fc", "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",