diff options
author | Erich Eckner <git@eckner.net> | 2021-05-26 08:30:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-26 08:30:55 +0200 |
commit | 7b4f2658eb91cedabaf13fd582b7591c887a6056 (patch) | |
tree | 6fcff183d8dd3bcf75b0e8e01490254ecbf2e284 /checkVersions | |
parent | 16eaddfc2267ddf8c6656f5166b3c7ed0596d696 (diff) | |
download | archlinuxewe-7b4f2658eb91cedabaf13fd582b7591c887a6056.tar.xz |
checkVersions: learn bind-next
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
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 |