From 9c2fad7a3a1ab89da84dfd57fb7f9c90c95d8c1c Mon Sep 17 00:00:00 2001 From: Florent Date: Sat, 13 Apr 2024 20:24:23 +0200 Subject: [PATCH] Fix autoupdate Fetch the xz archive which is already built --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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