[openwrt/openwrt] libxml2: update to 2.11.4
LEDE Commits
lede-commits at lists.infradead.org
Mon May 22 09:53:33 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c520d682f02890afb38e43b862ca856e2b933507
commit c520d682f02890afb38e43b862ca856e2b933507
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun May 21 23:21:14 2023 +0200
libxml2: update to 2.11.4
Release Notes:
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.4
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libxml2/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile
index 5a7de0d8a1..ed1965c019 100644
--- a/package/libs/libxml2/Makefile
+++ b/package/libs/libxml2/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libxml2
-PKG_VERSION:=2.11.3
+PKG_VERSION:=2.11.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION))
-PKG_HASH:=f1acae1664bda006cd81bfc238238217043d586d06659d5c0e3d1bcebe040870
+PKG_HASH:=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list