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

Update manifest.toml

Change upstream URL from GitHub API  to normal GitHub URL
This commit is contained in:
CodeShakingSheep 2024-01-29 18:35:09 +01:00 committed by GitHub
parent e231346b3d
commit 764ca4f858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,8 +59,8 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://api.github.com/repos/LimeSurvey/LimeSurvey/tarball/refs/tags/5.6.8+230227"
sha256 = "eedad74060c71673b4ff0dbc466957d317add672d0e32984c83141b8b0ff3757"
url = "https://github.com/LimeSurvey/LimeSurvey/archive/5.6.8+230227.tar.gz"
sha256 = "68e559068fa9043c4420f917f219b571d14a5567fb1c82c7c6fb2493bbdec681"
autoupdate.strategy = "latest_github_tag"
[resources.sources.libreform]