Skip to content

Commit cd258dd

Browse files
authored
Merge pull request #90 from petrkr/zcashupdate
Bump ZCash to 2.0.2
2 parents 5910f0c + 20b12f6 commit cd258dd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

configs/coins/zcash.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-zcash",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "zcash",
25-
"version": "2.0.1",
26-
"binary_url": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz",
27-
"verification_type": "gpg",
28-
"verification_source": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz.asc",
25+
"version": "2.0.2",
26+
"binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz",
27+
"verification_type": "sha256",
28+
"verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db",
2929
"extract_command": "tar -C backend --strip 1 -xf",
3030
"exclude_files": [],
3131
"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",

configs/coins/zcash_testnet.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"package_name": "backend-zcash-testnet",
2323
"package_revision": "satoshilabs-1",
2424
"system_user": "zcash",
25-
"version": "2.0.1",
26-
"binary_url": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz",
27-
"verification_type": "gpg",
28-
"verification_source": "https://z.cash/downloads/zcash-2.0.1-linux64.tar.gz.asc",
25+
"version": "2.0.2",
26+
"binary_url": "https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz",
27+
"verification_type": "sha256",
28+
"verification_source": "54171c6baf853d306525336d09dc1acab723573f64d1d82efa6b3a975a3354db",
2929
"extract_command": "tar -C backend --strip 1 -xf",
3030
"exclude_files": [],
3131
"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",

0 commit comments

Comments
 (0)