diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-02 07:31:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-02 07:31:54 +0200 |
commit | fbdbaa13dd11f1ecac097dc7f62690cb12d8e4bc (patch) | |
tree | 519bbda18e809e7af959ced43f1c02c6f624c8da /package/libxml2/Makefile | |
parent | 4f67e5a333fe40997fc89882a5a25b0779bf05df (diff) |
libxml2: update to 2.14.5
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index a38d6898d..8631cf9d0 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxml2 -PKG_VERSION:= 2.14.2 +PKG_VERSION:= 2.14.5 PKG_RELEASE:= 1 -PKG_HASH:= 353f3c83535d4224a4e5f1e88c90b5d4563ea8fec11f6407df640fd28fc8b8c6 +PKG_HASH:= 03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b PKG_DESCR:= xml parser and toolkit PKG_SECTION:= libs/data PKG_DEPENDS:= zlib |