Browse Source

libxml2: update to 2.15.0

Waldemar Brodkorb 2 weeks ago
parent
commit
ddb2e9595c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/libxml2/Makefile

+ 3 - 3
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