diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index e5f6dd95..fdea41f4 100755 --- a/checkVersions +++ b/checkVersions @@ -446,7 +446,7 @@ then curl_it "${quVer}" | \ tr "<>'\"" '\n' | \ sed -n ' - s,^/'"${quNam}"'\.git/snapshot/'"${quNam}"'-\([0-9.]\+\)\.tar\.xz$,\1, + s,^/'"${quVer#*//*/}"'/snapshot/'"${quNam}"'-\([0-9.]\+\)\.tar\.xz$,\1, T p ' | \ |