diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions index 7366d0897..15ee5e0ea 100755 --- a/checkVersions +++ b/checkVersions @@ -772,6 +772,11 @@ then s/-$// s/\.$// ' | \ + if [ "${pkgname}" = 'qwt5' ]; then + grep '^5\.' + else + cat + fi | \ latest_version ) elif echo "${src}" | \ |