polygon-bor 1.3.1 → 1.3.2

This commit is contained in:
JoHnY 2024-05-13 13:19:14 +00:00 committed by Martin
parent f5cb71de7e
commit 0d418deceb
2 changed files with 10 additions and 10 deletions

View File

@ -20,16 +20,16 @@
"package_name": "backend-polygon-bor",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.3.1",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.1.tar.gz",
"version": "1.3.2",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.2.tar.gz",
"verification_type": "sha256",
"verification_source": "0bf1da609e4f977cbc73179e350a26b8b1bc938ca1b39d67b66c68add768dcb1",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.1.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"verification_source": "bcd662d003a3aaa704b0226afcf0dac040de5f054de09e3ef1f5a0c494cdbc0f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.2.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_bor.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.2/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,

View File

@ -20,16 +20,16 @@
"package_name": "backend-polygon-archive-bor",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.3.1",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.1.tar.gz",
"version": "1.3.2",
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.3.2.tar.gz",
"verification_type": "sha256",
"verification_source": "0bf1da609e4f977cbc73179e350a26b8b1bc938ca1b39d67b66c68add768dcb1",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.1.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"verification_source": "bcd662d003a3aaa704b0226afcf0dac040de5f054de09e3ef1f5a0c494cdbc0f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.3.2.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_archive_bor.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.3.2/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,