]> git.puffer.fish Git - matthieu/frr.git/commitdiff
docker: Use libyang 2.1.128 for Alpine builds
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 29 Feb 2024 12:08:50 +0000 (14:08 +0200)
committerton31337 <3352707+ton31337@users.noreply.github.com>
Tue, 12 Mar 2024 20:34:30 +0000 (20:34 +0000)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8)

docker/alpine/libyang/APKBUILD

index 04e943fe48f71e824f6be3c73f52c5bdf66f23f5..6973fd62d865e0062118d8b476fcfc5c5ea65b02 100755 (executable)
@@ -1,7 +1,7 @@
 # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
 # Maintainer: Christian Franke <nobody@nowhere.ws>
 pkgname=libyang
-pkgver=2.1.80
+pkgver=2.1.128
 pkgrel=0
 pkgdesc="YANG data modelling language parser and toolkit"
 url="https://github.com/CESNET/libyang"