Bump zcash backend to 2.0.7 (#273)
* Bump zcash backend to 2.0.7 * zcash (+testnet): Bump backend 2.0.5-2 -> 2.0.7
This commit is contained in:
parent
c689eedece
commit
5431b19cef
@ -22,10 +22,10 @@
|
||||
"package_name": "backend-zcash",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "zcash",
|
||||
"version": "2.0.5-2",
|
||||
"binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz",
|
||||
"version": "2.0.7",
|
||||
"binary_url": "https://z.cash/downloads/zcash-2.0.7-linux64-debian-stretch.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1",
|
||||
"verification_source": "92c84bb5a95e40f46a720ff112f710d42f3f820887869f362133be7f609e0479",
|
||||
"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",
|
||||
|
||||
@ -22,10 +22,10 @@
|
||||
"package_name": "backend-zcash-testnet",
|
||||
"package_revision": "satoshilabs-1",
|
||||
"system_user": "zcash",
|
||||
"version": "2.0.5-2",
|
||||
"binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz",
|
||||
"version": "2.0.7",
|
||||
"binary_url": "https://z.cash/downloads/zcash-2.0.7-linux64-debian-stretch.tar.gz",
|
||||
"verification_type": "sha256",
|
||||
"verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1",
|
||||
"verification_source": "92c84bb5a95e40f46a720ff112f710d42f3f820887869f362133be7f609e0479",
|
||||
"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