1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Fix autoupdate

Fetch the xz archive which is already built
This commit is contained in:
Florent 2024-04-13 20:24:23 +02:00 committed by OniriCorpe
parent 4be87cd8f5
commit 9c2fad7a3a

View file

@ -44,7 +44,8 @@ ram.runtime = "1G"
[resources.sources.main]
url = "https://github.com/Chocobozzz/PeerTube/releases/download/v6.0.3/peertube-v6.0.3.tar.xz"
sha256 = "9a88899a4777c340df41e763ecdf8656edf3ef75f54b4de9be05aa309697a211"
autoupdate.strategy = "latest_github_tag"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^peertube-v.*\\.tar\\.xz$"
[resources.ports]
main.default = 8095