Bump Ethereum Classic to 5.5.2

This commit is contained in:
Petr Kracík 2018-12-05 11:17:28 +01:00
parent 821ee4197c
commit 7459830d0e

View File

@ -19,10 +19,10 @@
"package_name": "backend-ethereum-classic",
"package_revision": "satoshilabs-1",
"system_user": "ethereum-classic",
"version": "5.5.1-8a3bc2d",
"binary_url": "https://github.com/ethereumproject/go-ethereum/releases/download/v5.5.1/geth-classic-linux-v5.5.1-8a3bc2d.tar.gz",
"verification_type": "gpg",
"verification_source": "https://github.com/ethereumproject/go-ethereum/releases/download/v5.5.1/geth-classic-linux-v5.5.1-8a3bc2d.tar.gz.asc",
"version": "5.5.2-be43774",
"binary_url": "https://github.com/ethereumproject/go-ethereum/releases/download/v5.5.2/geth-classic-linux-v5.5.2-be43774.tar.gz",
"verification_type": "sha256",
"verification_source": "01663085cfe8854bff2a2abd2cc51414fcfdb28a5ab5e22e5b7fe5487de0678a",
"extract_command": "tar -C backend -xf",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38337 --ws --wsaddr 0.0.0.0 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8137 -rpcaddr 0.0.0.0 --rpccorsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",