From be32867ebb728882e6ef0aede82f99d4a13d3f25 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 03:27:48 +0100 Subject: [PATCH] fix: make sure vxlinux tests pass --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 4b7f1d3..285dc0b 100755 --- a/quickget +++ b/quickget @@ -1128,7 +1128,7 @@ function editions_void() { } function releases_vxlinux() { - web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3 + echo $(web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | sort -u | cut -d'/' -f 3) } function releases_windows() {