diff --git a/manifest.toml b/manifest.toml index 9b0d72b..8041ccd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,10 +38,17 @@ ram.runtime = "50M" [resources.sources.front] url = "https://github.com/shlinkio/shlink-web-client/releases/download/v3.10.2/shlink-web-client_3.10.2_dist.zip" sha256 = "1b20c94be5025271504201199aead8ee0a7317885738a00913f5a196f9e03d7d" + 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/v3.6.3/shlink3.6.3_php8.2_dist.zip" sha256 = "7b6fc0dde2ea8ae2c3540755bdfda561a73ad7142cfd862565e4acb796633013" + autoupdate.strategy = "latest_github_release" + autoupdate.upstream = "https://github.com/shlinkio/shlink" + autoupdate.asset = "^shlink.*_php8.2_dist.zip$" + [resources.system_user]