From 261e418ee7db335ce68d7ddf6e4a6708ce1b8cfa Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 23 Dec 2022 14:15:14 -0500 Subject: [PATCH] Update the archversion regex for upscayl so it doesn't include betas --- archversion.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archversion.conf b/archversion.conf index 1bf82ae..4367591 100644 --- a/archversion.conf +++ b/archversion.conf @@ -71,7 +71,7 @@ regex = releases/tag/v([0-9][0-9\.]*[0-9]) [upscayl-bin] url = https://github.com/upscayl/upscayl/releases -regex = releases/tag/v([0-9][0-9\.]*[0-9]) +regex = releases/tag/v([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*)[^\-] [wla_dx] url = https://github.com/vhelin/wla-dx/releases