diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 21:42:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 21:42:24 +0200 |
commit | 74a9ad0cb9aa4524928cb640898fe0403b456861 (patch) | |
tree | d405f0aa234560d8546afac099dda1a35001a4eb /package/libxml2 | |
parent | 4f11e76efa83e8b98aedee75302d2891e8c93214 (diff) |
update font related packages
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 078788d7e..a38d6898d 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -4,16 +4,16 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxml2 -PKG_VERSION:= 2.10.3 +PKG_VERSION:= 2.14.2 PKG_RELEASE:= 1 -PKG_HASH:= 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c +PKG_HASH:= 353f3c83535d4224a4e5f1e88c90b5d4563ea8fec11f6407df640fd28fc8b8c6 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.10/ +PKG_SITES:= https://download.gnome.org/sources/libxml2/2.14/ PKG_OPTS:= dev include $(ADK_TOPDIR)/mk/host.mk |