From 2f882efc73363c5696547f2909cf909efc6533ef Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Aug 2024 03:43:26 +0200 Subject: [PATCH] Upgrade sources - `main` v4.2.0: https://github.com/shlinkio/shlink/releases/tag/v4.2.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2c0b4e7..ed4f2ce 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.1.1~ynh1" +version = "4.2.0~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.1.1/shlink4.1.1_php8.2_dist.zip" - sha256 = "7552bc49b23d786af9c15df3f4b1be95957349911a2344b31240285836699891" + url = "https://github.com/shlinkio/shlink/releases/download/v4.2.0/shlink4.2.0_php8.2_dist.zip" + sha256 = "155d8e4af790ee16ce6952661842775f8d7c0351eb58bc82916b5c2eecb971f8" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/shlinkio/shlink" autoupdate.asset = "^shlink.*_php8.2_dist.zip$"