From a27c92b8a25ecf17389c831e65f7d0fd46d9f087 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:38:05 +0100 Subject: [PATCH] fix source file and autoupdater --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0b68090..455fad2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,9 +50,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/netdata/netdata/archive/refs/tags/v1.44.3.tar.gz" - sha256 = "3581e029f12278194a628b50881e3df1c21f0e6920c8432feca766736d4aa9a8" + url = "https://github.com/netdata/netdata/releases/download/v1.44.3/netdata-v1.44.3.tar.gz" + sha256 = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" autoupdate.strategy = "latest_github_tag" + autoupdate.asset = "^netdata-v.*tar.gz$" [resources.system_user]