From a1bd9eb64543f1a37f3893fd9f35f3e3d83e9a23 Mon Sep 17 00:00:00 2001 From: f7b Date: Mon, 12 May 2025 08:38:23 +0200 Subject: [PATCH] polygon-bor 2.0.1 -> 2.0.3 --- configs/coins/polygon.json | 14 +++++++------- configs/coins/polygon_archive.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configs/coins/polygon.json b/configs/coins/polygon.json index 4f24eb0bd4..d900742ed1 100644 --- a/configs/coins/polygon.json +++ b/configs/coins/polygon.json @@ -21,16 +21,16 @@ "package_name": "backend-polygon-bor", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "2.0.1", - "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.1/bor-v2.0.1-amd64.deb", + "version": "2.0.3", + "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.3/bor-v2.0.3-amd64.deb", "verification_type": "sha256", - "verification_source": "879d72f58a1d779d00c27446b4e5652f8e22a123e8ea09f5b5757092920109fd", + "verification_source": "bf0a1316411dfa70decc7a12e1d46c0690e7f3a25d78d59a63721d0a271da183", "extract_command": "mkdir -p backend && dpkg --fsys-tarfile ${ARCHIVE} | tar -xO ./usr/bin/bor > backend/bor && chmod +x backend/bor && 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/v2.0.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v2.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.1/bor-v2.0.1-arm64.deb", - "verification_source": "9a77d0cdaa7d0c2d3152fd184a47905b24b6b05777d44f5cda2cb406fb82a3c5" + "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.3/bor-v2.0.3-arm64.deb", + "verification_source": "0d8ed9eba551cd242ac2616c8c531969f58655e951403b374810a227d0c5b6d6" } } }, @@ -69,4 +69,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file diff --git a/configs/coins/polygon_archive.json b/configs/coins/polygon_archive.json index 7aa906a7d3..0c8f4e4793 100644 --- a/configs/coins/polygon_archive.json +++ b/configs/coins/polygon_archive.json @@ -21,16 +21,16 @@ "package_name": "backend-polygon-archive-bor", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "2.0.1", - "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.1/bor-v2.0.1-amd64.deb", + "version": "2.0.3", + "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.3/bor-v2.0.3-amd64.deb", "verification_type": "sha256", - "verification_source": "879d72f58a1d779d00c27446b4e5652f8e22a123e8ea09f5b5757092920109fd", + "verification_source": "bf0a1316411dfa70decc7a12e1d46c0690e7f3a25d78d59a63721d0a271da183", "extract_command": "mkdir -p backend && dpkg --fsys-tarfile ${ARCHIVE} | tar -xO ./usr/bin/bor > backend/bor && chmod +x backend/bor && 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/v2.0.1/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/bor/v2.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -39,8 +39,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.1/bor-v2.0.1-arm64.deb", - "verification_source": "9a77d0cdaa7d0c2d3152fd184a47905b24b6b05777d44f5cda2cb406fb82a3c5" + "binary_url": "https://github.com/maticnetwork/bor/releases/download/v2.0.3/bor-v2.0.3-arm64.deb", + "verification_source": "0d8ed9eba551cd242ac2616c8c531969f58655e951403b374810a227d0c5b6d6" } } }, @@ -75,4 +75,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file