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.0.0

https://github.com/shlinkio/shlink/releases/tag/v4.0.0
This commit is contained in:
yunohost-bot 2024-03-03 21:41:40 +01:00 committed by YunoHost Bot
parent 16ab64ae5e
commit d6aa61eeb2

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 = "3.7.3~ynh1" version = "4.0.0~ynh1"
maintainers = [] maintainers = []
@ -43,8 +43,8 @@ ram.runtime = "50M"
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/v3.7.3/shlink3.7.3_php8.2_dist.zip" url = "https://github.com/shlinkio/shlink/releases/download/v4.0.0/shlink4.0.0_php8.2_dist.zip"
sha256 = "5d0fd2e7ddd75e9eea5770dded8b4b2a0fec7f3273e4003a8a3c4d01d0a505ee" sha256 = "7602677ba3434903edb0fd4b2852172cfe7051415f75333bca152d42fc132c1c"
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$"