mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
Fix autoupdate
This commit is contained in:
parent
d9640298a5
commit
4c1a72897c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ram.runtime = "50M"
|
||||||
url = "https://github.com/webmin/webmin/releases/download/2.104/webmin_2.104_all.deb"
|
url = "https://github.com/webmin/webmin/releases/download/2.104/webmin_2.104_all.deb"
|
||||||
sha256 = "80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb"
|
sha256 = "80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb"
|
||||||
rename = "webmin.deb"
|
rename = "webmin.deb"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "^webmin_.*_all.deb$"
|
autoupdate.asset = "^webmin_.*_all.deb$"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
Loading…
Add table
Reference in a new issue