diff options
author | Erich Eckner <git@eckner.net> | 2020-10-30 17:06:15 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-10-30 17:06:15 +0100 |
commit | ce4af128798f71e54b33daa0d49b543554b41a54 (patch) | |
tree | 9391450f56df4132031e2241a9d63f129aa3002a /checkVersions | |
parent | 1b471603a7ff0e8a8f13b4f95f37e5810832ed6b (diff) | |
download | archlinuxewe-ce4af128798f71e54b33daa0d49b543554b41a54.tar.xz |
checkVersions: wurzel-old ist kein Spezialfall mehr
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/checkVersions b/checkVersions index 239c5cb15..53431dd92 100755 --- a/checkVersions +++ b/checkVersions @@ -395,9 +395,6 @@ then sed "s|^.*\spgplot\([0-9.]\+\)\.tar\.gz -> \S\+\$|\1|" | \ latest_version ) - elif [ "${pkgname}" == "wurzel-old" ] - then - remVer="0.1" elif echo "${src}" | \ grep -q '^http://ftp.linux.org.uk/.*/netkit/' then |