zcash (+testnet) 5.5.1 → 5.6.0
This commit is contained in:
parent
1322a9193e
commit
20f44bc226
@ -22,10 +22,10 @@
|
||||
"package_name": "backend-zcash",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "zcash",
|
||||
"version": "5.5.1",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.5.1-linux64-debian-bullseye.tar.gz",
|
||||
"version": "5.6.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.6.0-linux64-debian-buster.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "80cff6baed38c5bef710fab2057244640b152707c96269833834809c81b299db",
|
||||
"verification_source": "e0ee5ea93e62590524886d9a643a7f058aa317955584db6fb7529fe47877ff92",
|
||||
"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": "5.5.1",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.5.1-linux64-debian-bullseye.tar.gz",
|
||||
"version": "5.6.0",
|
||||
"binary_url": "https://z.cash/downloads/zcash-5.6.0-linux64-debian-buster.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "80cff6baed38c5bef710fab2057244640b152707c96269833834809c81b299db",
|
||||
"verification_source": "e0ee5ea93e62590524886d9a643a7f058aa317955584db6fb7529fe47877ff92",
|
||||
"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