diff options
-rwxr-xr-x | checkVersions | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 019543c4..d78c2186 100755 --- a/checkVersions +++ b/checkVersions @@ -611,6 +611,18 @@ then tail -n1 )" elif echo "${src}" | \ + grep -qF '//www.cybernoia.de/'; then + quVer="${src%/*}.html" + remVer=$( + curl_it "${quVer}" | \ + tr '<>' '\n' | \ + sed -n ' + s,^a href="'"${pkgname}/${pkgname}"'-\([0-9.]\+\)\.tar\.gz"$,\1, + T + p + ' + ) + elif echo "${src}" | \ grep -q "$( printf '^https\\?://%s/\|' \ 'alpine\.freeiz\.com' \ @@ -624,7 +636,6 @@ then 'qgis\.org' \ 'sources\.archlinux32\.org' \ 'webhome\.phy\.duke\.edu' \ - 'www\.cybernoia\.de' \ 'www\.gaia-gis\.it' \ 'www\.hashcash\.org' \ 'www\.iozone\.org' \ |