1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

fix version_regex autoupdate

This commit is contained in:
Salamandar 2024-07-14 17:39:56 +02:00
parent 09515ae29b
commit 770634d0dd

View file

@ -46,8 +46,10 @@ ram.runtime = "500M"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/canonical/lxd/releases/download/lxd-5.21.1/lxd-5.21.1.tar.gz" url = "https://github.com/canonical/lxd/releases/download/lxd-5.21.1/lxd-5.21.1.tar.gz"
sha256 = "f148aa7e1fc31f6cef3038e141e9bd03787274ffc506b97376d758abf1a93cb7" sha256 = "f148aa7e1fc31f6cef3038e141e9bd03787274ffc506b97376d758abf1a93cb7"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^lxd-.*.tar.gz$" autoupdate.asset = "^lxd-.*.tar.gz$"
autoupdate.version_regex = "^lxd-(.*)$"
[resources.system_user] [resources.system_user]