]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: update automake for OpenBSD
authorVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:53:02 +0000 (22:53 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:53:02 +0000 (22:53 +0100)
tests/ci/install.sh

index 7fc1b43bb4d82597a580b94f0a66d9976e69aeb1..7c614b23deb365b7cfb49c6ad32590b70ada4a09 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 case "$(uname -s)" in
     OpenBSD)
         sudo pkg_add -I \
-             automake-1.16.3 autoconf-2.71 libtool \
+             automake-1.16.5 autoconf-2.71 libtool \
              libevent libxml check \
              git
         ;;