summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions5
1 files changed, 5 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 7366d089..15ee5e0e 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}" | \