From a8bae2808259d5513966f84b83a0273c16e66831 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 21 Jan 2024 21:45:03 +0100 Subject: [PATCH] Update to expat-2.5.0. --- ports/libexpat/libexpat.port | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/libexpat/libexpat.port b/ports/libexpat/libexpat.port index 7077a969..123a706e 100644 --- a/ports/libexpat/libexpat.port +++ b/ports/libexpat/libexpat.port @@ -1,13 +1,13 @@ NAME=libexpat BUILD_LIBRARIES= VERSION_MAJOR=2 -VERSION_MINOR=4 -VERSION_PATCH=8 +VERSION_MINOR=5 +VERSION_PATCH=0 VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH DISTNAME=expat-$VERSION COMPRESSION=tar.xz ARCHIVE=$DISTNAME.$COMPRESSION -SHA256SUM=f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25 +SHA256SUM=ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe UPSTREAM_SITE=https://github.com/libexpat/libexpat/releases/download/R_${VERSION_MAJOR}_${VERSION_MINOR}_${VERSION_PATCH} UPSTREAM_ARCHIVE=$ARCHIVE LICENSE=MIT