From e472da9b95bfadcafa7729cbb3290372f05c311b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Mar 2025 15:42:51 +0000 Subject: [PATCH] expat: Update to 2.7.1 Signed-off-by: Michael Tremer --- expat/expat.nm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/expat/expat.nm b/expat/expat.nm index 0114515b9..af0a823fb 100644 --- a/expat/expat.nm +++ b/expat/expat.nm @@ -4,8 +4,8 @@ ############################################################################### name = expat -version = 2.5.0 -release = 1.1 +version = 2.7.1 +release = 1 groups = System/Libraries url = https://www.libexpat.org/ @@ -21,8 +21,13 @@ description register handlers. end -source_dl = https://github.com/libexpat/libexpat/releases/download/R_2_5_0/ -sources = %{thisapp}.tar.xz +# This project is hosted on GitHub +github_organization = libexpat +github_project = libexpat +github_version = R_2_7_1 + +source_dl = %{github_download_url} +sources = %{thisapp}.tar.xz build test -- 2.47.3