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

Merge pull request #19 from YunoHost-Apps/ci-auto-update-2.4.1

Upgrade to v2.4.1
This commit is contained in:
eric_G 2024-05-10 22:57:16 +02:00 committed by GitHub
commit a82e6e6e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"