From d83c52ae5a11802d2f04938b8f3e4968a74cc8c6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Mar 2024 21:43:27 +0100 Subject: [PATCH] Upgrade to v4.0.1 https://github.com/shlinkio/shlink/releases/tag/v4.0.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a5442dc..b653b98 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Shlink" description.en = "Self-hosted URL shortener" description.fr = "Raccourcisseur d'URL auto-hébergé" -version = "4.0.0~ynh1" +version = "4.0.1~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" autoupdate.asset = "^shlink-web-client_.*_dist.zip$" [resources.sources.main] - url = "https://github.com/shlinkio/shlink/releases/download/v4.0.0/shlink4.0.0_php8.2_dist.zip" - sha256 = "7602677ba3434903edb0fd4b2852172cfe7051415f75333bca152d42fc132c1c" + url = "https://github.com/shlinkio/shlink/releases/download/v4.0.1/shlink4.0.1_php8.2_dist.zip" + sha256 = "16a7a9ea5c687ae8fd9f450bb27e287ce0050e1934adf1784dd9dcdd6148fddd" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/shlinkio/shlink" autoupdate.asset = "^shlink.*_php8.2_dist.zip$"