From 7e0062c37a865a0b05a182bad6d2d2ff8b7c14c2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 23:36:15 +0100 Subject: [PATCH] add autoupdate.asset --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4c2ebc6..d217d29 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,7 +75,11 @@ ram.runtime = "100M" amd64.url = "https://github.com/go-gitea/gitea/releases/download/v1.21.5/gitea-1.21.5-linux-amd64" amd64.sha256 = "7a521914203b07c7a0613ae30d8ab229111b149a2fa219423e643cd9a039256e" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.armhf = "^gitea-.*-linux-arm-6$" + autoupdate.asset.arm64 = "^gitea-.*-linux-arm64$" + autoupdate.asset.i386 = "^gitea-.*-linux-386$" + autoupdate.asset.amd64 = "^gitea-.*-linux-amd64$" [resources.system_user] home = "/home/yunohost.app/__APP__"