mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
Update manifest.toml
This commit is contained in:
parent
9549e332b1
commit
bcfd4cfb40
1 changed files with 3 additions and 3 deletions
|
@ -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.7.0~ynh1"
|
||||
version = "2.7.0~ynh2"
|
||||
|
||||
maintainers = [ "Salamandar" ]
|
||||
|
||||
|
@ -80,10 +80,10 @@ ram.runtime = "200M"
|
|||
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.7.0/woodpecker-server_linux_amd64.tar.gz"
|
||||
amd64.sha256 = "c14367c965ddcfd519aec8517647ce40f70a66694163dce25ded928f60f4a05c"
|
||||
amd64.sha256 = "3ded2b21c58052b55c72948f5d215bba5be67443b2d5b87e14ae770bf77e881c"
|
||||
|
||||
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.7.0/woodpecker-server_linux_arm64.tar.gz"
|
||||
arm64.sha256 = "703397a9047e18b963f9444bd2adf6dcf65b2c636f320276a274d5a9359e2363"
|
||||
arm64.sha256 = "aba8232b02b62aab8988f426faab36b5b115cb88b8fdf8c7474dbc3264d96187"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue