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:
parent
4be87cd8f5
commit
9c2fad7a3a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue