Skip to content

Commit

Permalink
zec (+testnet): 4.2.0 → 4.3.0 (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: 1000101 <[email protected]>
  • Loading branch information
vdovhanych and 1000101 authored Mar 11, 2021
1 parent d588904 commit d8640f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "4.2.0",
"binary_url": "https://z.cash/downloads/zcash-4.2.0-linux64-debian-stretch.tar.gz",
"version": "4.3.0",
"binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz",
"verification_type": "sha256",
"verification_source": "386633ba5f740252830fab9f6dd6bc9cb31514357643b7a5caf11f5c4faa63af",
"verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64",
"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
8 changes: 4 additions & 4 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": "4.2.0",
"binary_url": "https://z.cash/downloads/zcash-4.2.0-linux64-debian-stretch.tar.gz",
"version": "4.3.0",
"binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz",
"verification_type": "sha256",
"verification_source": "386633ba5f740252830fab9f6dd6bc9cb31514357643b7a5caf11f5c4faa63af",
"verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64",
"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 Expand Up @@ -64,4 +64,4 @@
"package_maintainer": "IT Admin",
"package_maintainer_email": "[email protected]"
}
}
}

0 comments on commit d8640f4

Please sign in to comment.