From 609698a26b1e6cb8835bfaa0bd370bfe0908f330 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 15 Oct 2023 18:17:50 +0200 Subject: [PATCH] Upgrade to v1.0.3 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2969a8f..bff87a5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Woodpecker" description.en = "CI engine with great extensibility integrated with Github, Gitlab, Gitea, etc." description.fr = "Un outil d'intégration continue extensible intégrable avec Github, Gitlab, Gitea etc." -version = "1.0.2~ynh1" +version = "1.0.3~ynh1" maintainers = ["Salamandar"] @@ -92,11 +92,11 @@ ram.runtime = "200M" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.2/woodpecker-server_linux_amd64.tar.gz" - amd64.sha256 = "e7c164db35cc4663cecbe8a1c4db96c8fbe0bd3fb3dae98cf0dd0dd23cfb59f7" + amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.3/woodpecker-server_linux_amd64.tar.gz" + amd64.sha256 = "dc13423996b83a69a20f589f634de63e7443fadf8df1c76b23b971b104ce87b5" - arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.2/woodpecker-server_linux_arm64.tar.gz" - arm64.sha256 = "1f41e913b5a743d02d91c2a6c939377595347dee135a035729d8b30779036a9b" + arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.3/woodpecker-server_linux_arm64.tar.gz" + arm64.sha256 = "83f2813eb6da99fcb7350e13057c354a85cc87d74727db2692dc2f9b47a15aa4" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"