diff --git a/manifest.toml b/manifest.toml index e433015..a78a888 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.3~ynh1" +version = "4.1.0~ynh1" maintainers = [] @@ -36,15 +36,15 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.front] - url = "https://github.com/shlinkio/shlink-web-client/releases/download/v4.0.1/shlink-web-client_4.0.1_dist.zip" - sha256 = "c4b9943664dae05b92f228d3a20e42c417189f42bc90f2b723b6777926fca81c" + url = "https://github.com/shlinkio/shlink-web-client/releases/download/v4.1.1/shlink-web-client_4.1.1_dist.zip" + sha256 = "c698a632ae115498f0750279bfd7287cb92fc138db7568d82d1099fd3ab8f65a" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/shlinkio/shlink-web-client" autoupdate.asset = "^shlink-web-client_.*_dist.zip$" [resources.sources.main] - url = "https://github.com/shlinkio/shlink/releases/download/v4.0.3/shlink4.0.3_php8.2_dist.zip" - sha256 = "78d695d4869041c1e85607046263324018cfbc06ddf1d84ca46bb781e594d290" + url = "https://github.com/shlinkio/shlink/releases/download/v4.1.0/shlink4.1.0_php8.2_dist.zip" + sha256 = "bd04fb684b5dae88fc21f1e5da893ff9f4884c13953c52a289b2a710c6265baf" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/shlinkio/shlink" autoupdate.asset = "^shlink.*_php8.2_dist.zip$"