diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/checkVersions b/checkVersions index 2683876a3..9fa2193e3 100755 --- a/checkVersions +++ b/checkVersions @@ -469,8 +469,11 @@ then then quVer=$( echo "${src#*::}" | \ - sed "s|/archive/[^/]*\$|/releases|" | \ - sed 's|http:|https:|' + sed ' + s|/archive/[^/]*$|/releases| + s|/download/[^/]*/[^/]*$|| + s|http:|https:| + ' ) quNam=$( echo "/${quVer#*.com/}/tag/" | \ |