fix: make sure vxlinux tests pass
This commit is contained in:
parent
777f451fe2
commit
be32867ebb
2
quickget
2
quickget
|
@ -1128,7 +1128,7 @@ function editions_void() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_vxlinux() {
|
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() {
|
function releases_windows() {
|
||||||
|
|
Loading…
Reference in New Issue