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

Upgrade sources

- `main` v2.7.0: https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.7.0
This commit is contained in:
yunohost-bot 2024-07-19 03:49:55 +02:00 committed by YunoHost Bot
parent 94334cccd0
commit aa124469dc

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.6.0~ynh1"
version = "2.7.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.6.0/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "b9eaf5575c48364b60684fbf82f9d55c84b070110eefb5c8b0f662068c8fb6b1"
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.7.0/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "c14367c965ddcfd519aec8517647ce40f70a66694163dce25ded928f60f4a05c"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.6.0/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "9c58188b0200351742928be868145dabc2d0d3f69181981a7dc29fce64e90282"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.7.0/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "703397a9047e18b963f9444bd2adf6dcf65b2c636f320276a274d5a9359e2363"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"