From 471abb0e4f8942b6127b5b80481edaa037435a06 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 2 May 2024 20:41:00 +0200 Subject: [PATCH] autoupdater + use the new version number --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 47604c2..e58c77d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Invidious" description.en = "Alternative front-end to YouTube" description.fr = "Front-end alternatif à YouTube" -version = "24.04.27~ynh1" +version = "2.20240427~ynh1" maintainers = [] @@ -53,6 +53,9 @@ ram.runtime = "50M" url = "https://github.com/iv-org/invidious/archive/refs/tags/v2.20240427.tar.gz" sha256 = "0f290de213eda898f95fd0108652738f88bb6d09289e0cea86c178050271660d" + autoupdate.strategy = "latest_github_release" + autoupdate.version_regex = "^v(.*)$" # v
+ [resources.system_user] [resources.install_dir]