diff options
author | Nick Hainke <vincent@systemli.org> | 2024-01-24 13:09:40 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-01-24 16:40:15 +0100 |
commit | d82930c7c776d974e717ec958ca0c1019fea3b8f (patch) | |
tree | 2ad349639f749c2ca932d71c448e8fcdfaa1fb24 /package | |
parent | b34e6de7da33073c9a846963852d5597d1d58097 (diff) |
libxml2: update to 2.12.4
Release Notes:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.4
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile index 9e70a0bd0a..030f7e45e8 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.12.3 +PKG_VERSION:=2.12.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION)) -PKG_HASH:=8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa +PKG_HASH:=497360e423cf0bd99eacdb7c6215dea92e6d6e89ee940393c2bae0e77cb9b7d0 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |