Skip to content

Commit 8b05dbc

Browse files
Dehumanizer77martinboehm
authored andcommitted
polygon-bor 1.4.1 → 1.5.3
1 parent 4c5c0bd commit 8b05dbc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configs/coins/polygon.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"package_name": "backend-polygon-bor",
2222
"package_revision": "satoshilabs-1",
2323
"system_user": "polygon",
24-
"version": "1.4.1",
25-
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.4.1.tar.gz",
24+
"version": "1.5.3",
25+
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.5.3.tar.gz",
2626
"verification_type": "sha256",
27-
"verification_source": "59fd114c572f81ccdd7ceb5ee6ece0ca03341b5bba294bceb34f9b572d7ef1e9",
28-
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.4.1.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
27+
"verification_source": "6dabc3306aa628f86232e96e5ec1a970bbebe38ace09447a0d2e5421dd77e4bd",
28+
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.5.3.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
2929
"exclude_files": [],
3030
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
3131
"exec_script": "polygon_bor.sh",
3232
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
33-
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.4.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
33+
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.5.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
3434
"service_type": "simple",
3535
"service_additional_params_template": "",
3636
"protect_memory": true,

configs/coins/polygon_archive.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"package_name": "backend-polygon-archive-bor",
2222
"package_revision": "satoshilabs-1",
2323
"system_user": "polygon",
24-
"version": "1.4.1",
25-
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.4.1.tar.gz",
24+
"version": "1.5.3",
25+
"binary_url": "https://github.com/maticnetwork/bor/archive/refs/tags/v1.5.3.tar.gz",
2626
"verification_type": "sha256",
27-
"verification_source": "59fd114c572f81ccdd7ceb5ee6ece0ca03341b5bba294bceb34f9b572d7ef1e9",
28-
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.4.1.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
27+
"verification_source": "6dabc3306aa628f86232e96e5ec1a970bbebe38ace09447a0d2e5421dd77e4bd",
28+
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.5.3.tar.gz && cd backend/source && make bor && mv build/bin/bor ../ && rm -rf ../source && echo",
2929
"exclude_files": [],
3030
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_bor_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
3131
"exec_script": "polygon_archive_bor.sh",
3232
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
33-
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.4.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
33+
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v1.5.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
3434
"service_type": "simple",
3535
"service_additional_params_template": "",
3636
"protect_memory": true,

0 commit comments

Comments
 (0)