1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shlink_ynh.git synced 2024-09-03 20:16:22 +02:00

Upgrade to v4.1.0

https://github.com/shlinkio/shlink/releases/tag/v4.1.0
This commit is contained in:
yunohost-bot 2024-04-15 03:41:53 +02:00 committed by YunoHost Bot
parent 377b323660
commit 11b3555a26

View file

@ -5,7 +5,7 @@ name = "Shlink"
description.en = "Self-hosted URL shortener" description.en = "Self-hosted URL shortener"
description.fr = "Raccourcisseur d'URL auto-hébergé" description.fr = "Raccourcisseur d'URL auto-hébergé"
version = "4.0.3~ynh1" version = "4.1.0~ynh1"
maintainers = [] maintainers = []
@ -36,15 +36,15 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.front] [resources.sources.front]
url = "https://github.com/shlinkio/shlink-web-client/releases/download/v4.0.1/shlink-web-client_4.0.1_dist.zip" url = "https://github.com/shlinkio/shlink-web-client/releases/download/v4.1.1/shlink-web-client_4.1.1_dist.zip"
sha256 = "c4b9943664dae05b92f228d3a20e42c417189f42bc90f2b723b6777926fca81c" sha256 = "c698a632ae115498f0750279bfd7287cb92fc138db7568d82d1099fd3ab8f65a"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink-web-client" autoupdate.upstream = "https://github.com/shlinkio/shlink-web-client"
autoupdate.asset = "^shlink-web-client_.*_dist.zip$" autoupdate.asset = "^shlink-web-client_.*_dist.zip$"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/shlinkio/shlink/releases/download/v4.0.3/shlink4.0.3_php8.2_dist.zip" url = "https://github.com/shlinkio/shlink/releases/download/v4.1.0/shlink4.1.0_php8.2_dist.zip"
sha256 = "78d695d4869041c1e85607046263324018cfbc06ddf1d84ca46bb781e594d290" sha256 = "bd04fb684b5dae88fc21f1e5da893ff9f4884c13953c52a289b2a710c6265baf"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/shlinkio/shlink" autoupdate.upstream = "https://github.com/shlinkio/shlink"
autoupdate.asset = "^shlink.*_php8.2_dist.zip$" autoupdate.asset = "^shlink.*_php8.2_dist.zip$"