1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00

Upgrade to v2.4.1

https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.1
This commit is contained in:
yunohost-bot 2024-03-21 02:47:36 +01:00 committed by YunoHost Bot
parent 85cf3b1845
commit 07093cebb9

View file

@ -7,7 +7,7 @@ name = "Woodpecker"
description.en = "CI engine with great extensibility integrated with GitHub, GitLab, Gitea..."
description.fr = "Outil d'intégration continue extensible intégrable avec GitHub, GitLab, Gitea..."
version = "2.3.0~ynh1"
version = "2.4.1~ynh1"
maintainers = [ "Salamandar" ]
@ -79,11 +79,11 @@ ram.runtime = "200M"
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.3.0/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "1e1b2f4ddfec6e09ec9800fa41cc43c3a6d6e040defb5a1f9ff7ea7299bd7445"
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.4.1/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "6884a8ec02597f93d25511169d0715ca6266e8e919c7f4dceaf1a0bd2ac4b6da"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.3.0/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "1357d528655232ce74e093498c678c86406ca6c1a58f2394531df4c02637ea44"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.4.1/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "3397502c470a2e1e0227fef62d097f60c6e56e26226555d395426bb3e9ac0cb5"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"