summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions5
1 files changed, 5 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 46b44e08..0046afac 100755
--- a/checkVersions
+++ b/checkVersions
@@ -512,6 +512,11 @@ then
s|^'"${quNam}"'v\?||
s/\.tar\.gz$//
' | \
+ if [ "${pkgname}" = 'asp32' ]; then
+ grep -vx '[12]'
+ else
+ cat
+ fi | \
sort -V | \
tail -n1 \
)