zcash (+testnet) 4.7.0 → 5.0.0
This commit is contained in:
parent
6334a30f16
commit
4fc94a5130
@ -22,10 +22,10 @@
|
||||
"package_name": "backend-zcash",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "zcash",
|
||||
"version": "4.7.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz",
|
||||
"version": "5.0.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831",
|
||||
"verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c",
|
||||
"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",
|
||||
|
||||
@ -21,10 +21,10 @@
|
||||
"backend": {
|
||||
"package_name": "backend-zcash-testnet",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"version": "4.7.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-4.7.0-linux64-debian-buster.tar.gz",
|
||||
"version": "5.0.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "d27064e75ca21a807e4a47693f313c612ebfc9a03abc08f0e02f9d6105d15831",
|
||||
"verification_source": "f9b87ae99ea2c2f659e67481cb9ce9dd3f179619ae38334f383f2eb8db6f9e2c",
|
||||
"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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user