mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
commit
94334cccd0
7 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
||||||
Woodpecker is a simple CI engine with great extensibility.
|
Woodpecker is a simple CI engine with great extensibility.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.5.0~ynh1
|
**Shipped version:** 2.6.0~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
||||||
Woodpecker is a simple CI engine with great extensibility.
|
Woodpecker is a simple CI engine with great extensibility.
|
||||||
|
|
||||||
|
|
||||||
**Versión actual:** 2.5.0~ynh1
|
**Versión actual:** 2.6.0~ynh1
|
||||||
|
|
||||||
## Capturas
|
## Capturas
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
||||||
Woodpecker is a simple CI engine with great extensibility.
|
Woodpecker is a simple CI engine with great extensibility.
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 2.5.0~ynh1
|
**Paketatutako bertsioa:** 2.6.0~ynh1
|
||||||
|
|
||||||
## Pantaila-argazkiak
|
## Pantaila-argazkiak
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
Woodpecker est un moteur CI simple avec une grande extensibilité.
|
Woodpecker est un moteur CI simple avec une grande extensibilité.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.5.0~ynh1
|
**Version incluse :** 2.6.0~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
||||||
Woodpecker is a simple CI engine with great extensibility.
|
Woodpecker is a simple CI engine with great extensibility.
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 2.5.0~ynh1
|
**Versión proporcionada:** 2.6.0~ynh1
|
||||||
|
|
||||||
## Capturas de pantalla
|
## Capturas de pantalla
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Woodpecker is a simple CI engine with great extensibility.
|
Woodpecker is a simple CI engine with great extensibility.
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 2.5.0~ynh1
|
**分发版本:** 2.6.0~ynh1
|
||||||
|
|
||||||
## 截图
|
## 截图
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Woodpecker"
|
||||||
description.en = "CI engine with great extensibility integrated with GitHub, GitLab, Gitea..."
|
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..."
|
description.fr = "Outil d'intégration continue extensible intégrable avec GitHub, GitLab, Gitea..."
|
||||||
|
|
||||||
version = "2.5.0~ynh1"
|
version = "2.6.0~ynh1"
|
||||||
|
|
||||||
maintainers = [ "Salamandar" ]
|
maintainers = [ "Salamandar" ]
|
||||||
|
|
||||||
|
@ -79,17 +79,17 @@ ram.runtime = "200M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.5.0/woodpecker-server_linux_amd64.tar.gz"
|
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.6.0/woodpecker-server_linux_amd64.tar.gz"
|
||||||
amd64.sha256 = "2efa2c5de4fc5e2d6b3b8ec2ff596125d95a439655349a6162b235ac1d605b75"
|
amd64.sha256 = "b9eaf5575c48364b60684fbf82f9d55c84b070110eefb5c8b0f662068c8fb6b1"
|
||||||
|
|
||||||
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.5.0/woodpecker-server_linux_arm64.tar.gz"
|
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.6.0/woodpecker-server_linux_arm64.tar.gz"
|
||||||
arm64.sha256 = "87f53558dff0b97844721d62f49d1549333d675e43db83117be78809da4c6745"
|
arm64.sha256 = "9c58188b0200351742928be868145dabc2d0d3f69181981a7dc29fce64e90282"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"
|
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"
|
||||||
autoupdate.asset.arm64 = "woodpecker-server_linux_arm64.tar.gz"
|
autoupdate.asset.arm64 = "woodpecker-server_linux_arm64.tar.gz"
|
||||||
|
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue