mirror of
https://github.com/YunoHost-Apps/directorylister_ynh.git
synced 2024-09-03 18:26:02 +02:00
Fix autoupdaet
This commit is contained in:
parent
d753c306e6
commit
6a73aea1d9
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ ram.runtime = "50M"
|
|||
in_subdir = false
|
||||
url = "https://github.com/DirectoryLister/DirectoryLister/archive/refs/tags/4.1.0.tar.gz"
|
||||
sha256 = "4b2d2eade47ad1f48775bf2b1b66f25131f53ffa1563978dd9b771aedde400ef"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "DirectoryLister-.*\\.tar\\.gz"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue