diff --git a/manifest.toml b/manifest.toml index 655d3c9..d0393cc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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