summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-09-29 11:53:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-09-29 14:25:04 +0200
commitddb2e9595c5b8ecf6995b91807d5971686d31476 (patch)
tree3ac5fe9463ef87357520dc56d9885111423b8168
parent2c6d9ed44ccb77bacf750be6f7366bd759cf579b (diff)
libxml2: update to 2.15.0
-rw-r--r--package/libxml2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index 8631cf9d0..35c1b594b 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -4,16 +4,16 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libxml2
-PKG_VERSION:= 2.14.5
+PKG_VERSION:= 2.15.0
PKG_RELEASE:= 1
-PKG_HASH:= 03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b
+PKG_HASH:= 5abc766497c5b1d6d99231f662e30c99402a90d03b06c67b62d6c1179dedd561
PKG_DESCR:= xml parser and toolkit
PKG_SECTION:= libs/data
PKG_DEPENDS:= zlib
PKG_BUILDDEP:= libxml2-host python3 zlib
HOST_BUILDDEP:= python3-host
PKG_URL:= http://www.xmlsoft.org/
-PKG_SITES:= https://download.gnome.org/sources/libxml2/2.14/
+PKG_SITES:= https://download.gnome.org/sources/libxml2/2.15/
PKG_OPTS:= dev
include $(ADK_TOPDIR)/mk/host.mk