summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions12
1 files changed, 12 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 99b8bf7aa..73a51b76b 100755
--- a/checkVersions
+++ b/checkVersions
@@ -131,6 +131,18 @@ then
then
remVer="0.1"
elif echo "${src}" | \
+ grep -q '^http://ftp.linux.org.uk/.*/netkit/'
+ then
+ quVer="${src%/*}/"
+ remVer="$(
+ curl "${quVer}" 2> /dev/null | \
+ tr '<>' '\n' | \
+ grep "^${pkgname#netkit-}-[0-9.-]\+\.tar\.gz\$" | \
+ sed "s|^${pkgname#netkit-}-\([0-9.-]\+\)\.tar\.gz\$|\1|" | \
+ sort -V | \
+ tail -n1
+ )"
+ elif echo "${src}" | \
grep -q "//www\.mpich\.org/"
then
quVer="${src%/*/*}/"