summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 212f0aa97..ea7d33516 100755
--- a/checkVersions
+++ b/checkVersions
@@ -1188,6 +1188,8 @@ then
| sort -V \
| tail -n1
)
+ elif [ "${pkgname}" = 'bind-next' ]; then
+ remVer="${pkgver}"
else
continue
fi