diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/checkVersions b/checkVersions index 9fa2193e..cb704341 100755 --- a/checkVersions +++ b/checkVersions @@ -189,15 +189,6 @@ then elif [ "${pkgname}" = 'g95' ] then remVer='0.94' - elif [ "${pkgname}" = 'dcron' ] - then - remVer=$( - curl_it 'http://www.jimpryor.net/linux/dcron.html' | \ - grep 'The current version is:' | \ - tr '"' '\n' | \ - grep '^releases/dcron-[0-9.]\+\.tar\.gz$' | \ - sed 's|^releases/dcron-\([0-9.]\+\)\.tar\.gz$|\1|' - ) elif [ "${pkgname}" = 'pgplot-for-ifeffit' ] then remVer=$( |