zec (+testnet) 4.6.0-2 → 4.7.0

This commit is contained in:
JoHnY 2022-04-20 10:34:24 +00:00 committed by Martin
parent 9b8fe717df
commit 71874db507
2 changed files with 6 additions and 6 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-zcash",
"package_revision": "satoshilabs-1",
"system_user": "zcash",
"version": "4.6.0-2",
"binary_url": "https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-buster.tar.gz",
"version": "4.7.0",
"binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz",
"verification_type": "sha256",
"verification_source": "9e18ded3b25cbc38f8189a7d276d2fefbeb122f1ac4d578404bbdf960c1b16e2",
"verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831",
"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",

View File

@ -21,10 +21,10 @@
"backend": {
"package_name": "backend-zcash-testnet",
"package_revision": "satoshilabs-1",
"version": "4.6.0-2",
"binary_url": "https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-buster.tar.gz",
"version": "4.7.0",
"binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz",
"verification_type": "sha256",
"verification_source": "9e18ded3b25cbc38f8189a7d276d2fefbeb122f1ac4d578404bbdf960c1b16e2",
"verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831",
"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",