diff options
| author | Nick Hainke | 2024-01-03 23:30:57 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-23 20:09:05 +0000 |
| commit | 6ea90db85736fb21b2c43bef69acbd0434282126 (patch) | |
| tree | 285b5d5a407014bd14d4daa7be1b3a47c7ebff92 | |
| parent | a8a8fbcaffe7d7d795c32ee4105c5528eb2a2778 (diff) | |
| download | openwrt-6ea90db85736fb21b2c43bef69acbd0434282126.tar.gz | |
libxml2: update to 2.12.3
Release Notes:
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.2
- https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.3
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 08ad3c963377ee853f87935929d33f19e5e34ef9)
| -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 d65085c9c1..9e70a0bd0a 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.1 +PKG_VERSION:=2.12.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION)) -PKG_HASH:=8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb +PKG_HASH:=8c8f1092340a89ff32bc44ad5c9693aff9bc8a7a3e161bb239666e5d15ac9aaa PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |