From 1f3036307da85bbefc54d0ac62693c399aa28c7f Mon Sep 17 00:00:00 2001 From: petruknw Date: Thu, 18 Jun 2026 17:52:06 +1000 Subject: [PATCH] aurral: set github_beta=false to track stable releases only --- aurral/updater.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aurral/updater.json b/aurral/updater.json index d90c9038f9..c209f37ccd 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -4,5 +4,6 @@ "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "1.76.51" + "upstream_version": "1.76.51", + "github_beta": false }