Skip to content

Commit

Permalink
zec (+testnet): Bump backend 2.1.2->3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 authored and martinboehm committed May 29, 2020
1 parent 994567a commit 7d6c616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/coins/zcash.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"package_name": "backend-zcash",
"package_revision": "satoshilabs-1",
"system_user": "zcash",
"version": "2.1.2",
"binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz",
"version": "3.0.0",
"binary_url": "https://z.cash/downloads/zcash-3.0.0-linux64-debian-stretch.tar.gz",
"verification_type": "sha256",
"verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c",
"verification_source": "d8adc5ca1f7dec5ffc8c012fa765aa54ea371e4895c45ec927eeb465e5581e28",
"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",
Expand Down
6 changes: 3 additions & 3 deletions configs/coins/zcash_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"package_name": "backend-zcash-testnet",
"package_revision": "satoshilabs-1",
"system_user": "zcash",
"version": "2.1.2",
"binary_url": "https://z.cash/downloads/zcash-2.1.2-linux64-debian-stretch.tar.gz",
"version": "3.0.0",
"binary_url": "https://z.cash/downloads/zcash-3.0.0-linux64-debian-stretch.tar.gz",
"verification_type": "sha256",
"verification_source": "e9cea9fc252d12444b30fa9a66aeb8375845ec11764ecc52b56f31e5c61b775c",
"verification_source": "d8adc5ca1f7dec5ffc8c012fa765aa54ea371e4895c45ec927eeb465e5581e28",
"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",
Expand Down

0 comments on commit 7d6c616

Please sign in to comment.