From 5ec9d681262d733762e20ef63330d005fd8ba08a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 9 Nov 2023 17:18:15 +0100 Subject: [PATCH] Upgrade to v1.0.5 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 505516f..3c6c25c 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.4~ynh1" +version = "1.0.5~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.4/woodpecker-server_linux_amd64.tar.gz" - amd64.sha256 = "7908fda46406fe1e6653ff596bc8c82241a03806246ad690a52e93c7454ea5ff" + amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.5/woodpecker-server_linux_amd64.tar.gz" + amd64.sha256 = "99ccffae1795b561d72850400383771ccf105a8fee8c74e524654d26262420ef" - arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.4/woodpecker-server_linux_arm64.tar.gz" - arm64.sha256 = "684ead27a4056919208d27156526f91f4d08fe4975ee22a987f3562edaa56002" + arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v1.0.5/woodpecker-server_linux_arm64.tar.gz" + arm64.sha256 = "a2b20b569daac3f9c4ebc5fb17026a2679f30d3ee7004bd6f09d63d1f102361c" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"