etc: Bump backend 1.11.1 -> 1.11.2

pull/406/head
Dehumanizer77 2020-04-16 08:49:14 +02:00 committed by Martin
parent 7eb4675f54
commit ea6a7e0db6
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@
"package_name": "backend-ethereum-classic",
"package_revision": "satoshilabs-1",
"system_user": "ethereum-classic",
"version": "1.11.1",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.1/core-geth-linux.zip",
"version": "1.11.2",
"binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.2/core-geth-linux-v1.11.2.zip",
"verification_type": "sha256",
"verification_source": "db4b232de315ea66786158a1f0b8324474781fc4afe2c5435be0514988a88aa1",
"verification_source": "593ebe30cf7161d8c085fa8ca4e6438028159bc09d30f89a5525faa25dd7aa64",
"extract_command": "unzip -d backend",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --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'",