polygon-heimdall 1.0.4 → 1.0.5

This commit is contained in:
JoHnY 2024-04-09 07:46:36 +00:00 committed by Martin
parent 754169958e
commit 9b5c79c878
2 changed files with 10 additions and 10 deletions

View File

@ -16,16 +16,16 @@
"package_name": "backend-polygon-heimdall",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.0.4",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.4.tar.gz",
"version": "1.0.5",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.5.tar.gz",
"verification_type": "sha256",
"verification_source": "c03300cda7152678a05363efc91608777a67b7c2392205b9264c618dd936f97f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"verification_source": "59727263cb3927dd47e5c00dc3c5754f0cd7680af6e1ae019b4b540b3442197c",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.5.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_heimdall.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.5/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

@ -16,16 +16,16 @@
"package_name": "backend-polygon-archive-heimdall",
"package_revision": "satoshilabs-1",
"system_user": "polygon",
"version": "1.0.4",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.4.tar.gz",
"version": "1.0.5",
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.5.tar.gz",
"verification_type": "sha256",
"verification_source": "c03300cda7152678a05363efc91608777a67b7c2392205b9264c618dd936f97f",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"verification_source": "59727263cb3927dd47e5c00dc3c5754f0cd7680af6e1ae019b4b540b3442197c",
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.5.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo",
"exclude_files": [],
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
"exec_script": "polygon_archive_heimdall.sh",
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.0.5/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
"service_type": "simple",
"service_additional_params_template": "",
"protect_memory": true,