From 3a2ce670c1f58776265ef5f21bfaf1e2672a3dcf Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 15 Oct 2023 15:20:57 +0200 Subject: [PATCH] Implement auto-updater with a dummy source --- manifest.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.toml b/manifest.toml index 0cac6ab..f00ad45 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,3 +62,10 @@ ram.runtime = "50M" extras.sonarr.repo = "https://apt.sonarr.tv/debian buster main" extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8" extras.sonarr.packages = "sonarr" + + # Dummy source to trigger the auto-updater + [resources.sources.main] + url = "https://github.com/Sonarr/Sonarr/archive/refs/tags/3.0.10.1567.tar.gz" + sha256 = "1fd4129216a1baee66c40ecc6af7d86802a04ffd12ecc5fd0afff1e5469ae99c" + prefetch = false + autoupdate.strategy = "latest_github_tag"