summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions6
1 files changed, 3 insertions, 3 deletions
diff --git a/checkVersions b/checkVersions
index 7244c37d..9ed6b94f 100755
--- a/checkVersions
+++ b/checkVersions
@@ -354,14 +354,14 @@ then
sed "s|^r\([[:digit:]]\+\)\s.*\$|\1|" \
)
elif echo "${src}" | \
- grep -q "http://\(\(bindfs\|www\.\(iozone\|wurzel\)\)\.org\|ftp\.daper\.net\|www\.cybernoia\.de\|isl\.gforge\.inria\.fr\)/"
+ grep -q "https\?://\(\(bindfs\|qgis\|download\.osgeo\|www\.\(iozone\|wurzel\)\)\.org\|ftp\.daper\.net\|www\.cybernoia\.de\|isl\.gforge\.inria\.fr\)/"
then
quVer="${src%/*}/"
remVer="$( \
curl "${quVer}" 2> /dev/null | \
tr '"<>' '\n\n\n' | \
- grep "^${pkgname}-\?[0-9._]\+\.tar\(\.gz\|\.bz2\)\?\$" | \
- sed "s@^${pkgname}-\?\([0-9._]\+\)\.tar\(\.gz\|\.bz2\)\?\$@\1@" | \
+ grep "^${pkgname}\(-src\)\?-\?[0-9._]\+\.tar\(\.gz\|\.bz2\)\?\$" | \
+ sed "s@^${pkgname}\(-src\)\?-\?\([0-9._]\+\)\.tar\(\.gz\|\.bz2\)\?\$@\2@" | \
tr '_' '.' | \
sort -V | \
tail -n1