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.0

https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.0
This commit is contained in:
yunohost-bot 2024-03-20 02:50:33 +01:00 committed by YunoHost Bot
parent 85cf3b1845
commit 8c26c84e4b

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.0~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.0/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "c0e18b6cf6f3aaa530c387a44d17d1940bbf307a9944c9f973c24e0b7358df33"
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.0/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "18ce6a45867f9f71c45023518831dc453f04e856f8427d517563cfb0849c4ca4"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"