mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/libyang: bump to version 3.13.6
For release notes, see: https://github.com/CESNET/libyang/releases/tag/v3.13.6 License file changed due to copyright year change: -Copyright (c) 2015-2024, CESNET -Copyright (c) 2015 - 2025, CESNET Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> [Julien: add link to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
6d6662e5fd
commit
c49e140bfb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally calculated
|
||||
sha256 a2ae94ce43d8b4b084f67c05902f97cbc0ec882d38ef5ddf1d601659f64d5c66 libyang-3.12.2.tar.gz
|
||||
sha256 f4fbaa09c8b2faa6a873a38181ff860e2ff90808320f71deb369f03ddfb920da LICENSE
|
||||
sha256 5cd5018f39c830f97d70616c003990287ce5e820ae2792763a49e2a1f63af8d6 libyang-3.13.6.tar.gz
|
||||
sha256 9fe5fa94b97504d1bc32b4221cc3d32a2bd10b2086583b980ce36a3207a88eab LICENSE
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
LIBYANG_VERSION = 3.12.2
|
||||
LIBYANG_VERSION = 3.13.6
|
||||
LIBYANG_SITE = $(call github,CESNET,libyang,v$(LIBYANG_VERSION))
|
||||
LIBYANG_LICENSE = BSD-3-Clause
|
||||
LIBYANG_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue