1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Fix autoupdate: version_regex

This commit is contained in:
Salamandar 2024-02-17 12:26:19 +01:00
parent 47c755f8d6
commit 172183d684

View file

@ -62,6 +62,7 @@ ram.runtime = "50M"
url = "https://github.com/LimeSurvey/LimeSurvey/archive/5.6.8+230227.tar.gz"
sha256 = "68e559068fa9043c4420f917f219b571d14a5567fb1c82c7c6fb2493bbdec681"
autoupdate.strategy = "latest_github_tag"
autoupdate.version_regex = "^(.*)\\+.*$"
[resources.sources.libreform]
url = "https://github.com/zamentur/libreform/archive/40fad776c33271ecc028b9260fb7f9e300998e5f.tar.gz"