From e24d11521382d4dccf03a464708e88168f0073bc Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Sat, 27 Sep 2025 11:58:09 -0400 Subject: [PATCH] expat: upgrade to 2.7.3 Upstream changelog: https://github.com/libexpat/libexpat/blob/R_2_7_3/expat/Changes Signed-off-by: Ted Hess --- libs/expat/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 51c77c130d..c3eacb860a 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,14 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.7.1 +PKG_VERSION:=2.7.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERSION)) -PKG_HASH:=0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2 +PKG_HASH:=821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732 -PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:libexpat_project:libexpat