1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mybb_ynh.git synced 2024-09-03 19:46:07 +02:00

Fix autoupdate

This commit is contained in:
Salamandar 2024-02-24 19:47:11 +01:00
parent def1dc8b7a
commit 4a3f70d89c

View file

@ -43,7 +43,9 @@ ram.runtime = "50M"
url = "https://github.com/mybb/mybb/releases/download/mybb_1831/mybb_1831.zip"
sha256 = "e88354f10893512ea8f426aff9d6a48f7e2cb20bd3988b001c59c9f29084c2f1"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
# This recreates the x.y.zz version number
autoupdate.version_regex = "^mybb_([0-9])([0-9])([0-9])*$"
[resources.system_user]