From e365057bdcb0e250e72aeea4676de788f0332e68 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 04:45:15 +0100 Subject: [PATCH] autoupdate.strategy = "latest_github_release" --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 2479ed2..e98fe30 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,6 +62,11 @@ ram.runtime = "50M" armhf.url = "https://github.com/navidrome/navidrome/releases/download/v0.50.0/navidrome_0.50.0_linux_armv7.tar.gz" armhf.sha256 = "c93b8ec7f46cd717d4f7a0e5f5d4861e8f8342059379a77a2c1fc9d7c16c847e" in_subdir = false + + autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = "^navidrome_.*_linux_amd64.tar.gz$" + autoupdate.asset.arm64 = "^navidrome_.*_linux_arm64.tar.gz$" + autoupdate.asset.armhf = "^navidrome_.*_linux_armv7.tar.gz$" [resources.system_user]