diff options
-rwxr-xr-x | checkVersions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions index 46b44e08e..0046afacf 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 \ ) |