Merge pull request #1187 from naconner/zec-eth-bump
chore: update zcashd & geth
This commit is contained in:
commit
913e617d1b
1 changed files with 4 additions and 4 deletions
|
|
@ -29,12 +29,12 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-22.0/bin'
|
dir: 'bitcoin-22.0/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.15-8be800ff.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.10.15-8be800ff'
|
dir: 'geth-linux-amd64-1.10.17-25c9b49f'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz',
|
url: 'https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-bullseye.tar.gz',
|
||||||
dir: 'zcash-4.6.0-1/bin'
|
dir: 'zcash-4.6.0-2/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue