mirror of
https://github.com/YunoHost-Apps/shlink_ynh.git
synced 2024-09-03 20:16:22 +02:00
autoupdate.strategy = "latest_github_release"
This commit is contained in:
parent
1f6f470353
commit
1e3179052c
1 changed files with 7 additions and 0 deletions
|
@ -38,10 +38,17 @@ ram.runtime = "50M"
|
||||||
[resources.sources.front]
|
[resources.sources.front]
|
||||||
url = "https://github.com/shlinkio/shlink-web-client/releases/download/v3.10.2/shlink-web-client_3.10.2_dist.zip"
|
url = "https://github.com/shlinkio/shlink-web-client/releases/download/v3.10.2/shlink-web-client_3.10.2_dist.zip"
|
||||||
sha256 = "1b20c94be5025271504201199aead8ee0a7317885738a00913f5a196f9e03d7d"
|
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]
|
[resources.sources.main]
|
||||||
url = "https://github.com/shlinkio/shlink/releases/download/v3.6.3/shlink3.6.3_php8.2_dist.zip"
|
url = "https://github.com/shlinkio/shlink/releases/download/v3.6.3/shlink3.6.3_php8.2_dist.zip"
|
||||||
sha256 = "7b6fc0dde2ea8ae2c3540755bdfda561a73ad7142cfd862565e4acb796633013"
|
sha256 = "7b6fc0dde2ea8ae2c3540755bdfda561a73ad7142cfd862565e4acb796633013"
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.upstream = "https://github.com/shlinkio/shlink"
|
||||||
|
autoupdate.asset = "^shlink.*_php8.2_dist.zip$"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue