From 4ccfa72983530449c2ab1045012f7e7d1451b821 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 25 Feb 2022 15:28:35 +0100 Subject: [PATCH] expat: update to 2.4.6 Signed-off-by: Michal Vasilek --- libs/expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 5c267eed1..a5e1b5e6a 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.4.3 +PKG_VERSION:=2.4.6 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=b1f9f1b1a5ebb0acaa88c9ff79bfa4e145823b78aa5185e5c5d85f060824778a +PKG_HASH:=de55794b7a9bc214852fdc075beaaecd854efe1361597e6268ee87946951289b PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=MIT