From 0ac6af4457daa8b247f645d13f6bb8adf9ec0259 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 24 May 2021 11:37:56 -0400 Subject: expat: Update script to get Expat 2.4.1 --- Utilities/Scripts/update-expat.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utilities/Scripts') diff --git a/Utilities/Scripts/update-expat.bash b/Utilities/Scripts/update-expat.bash index 75e492a1c0..a052c0edd3 100755 --- a/Utilities/Scripts/update-expat.bash +++ b/Utilities/Scripts/update-expat.bash @@ -8,7 +8,7 @@ readonly name="expat" readonly ownership="Expat Upstream " readonly subtree="Utilities/cmexpat" readonly repo="https://github.com/libexpat/libexpat.git" -readonly tag="R_2_2_10" +readonly tag="R_2_4_1" readonly shortlog=false readonly paths=" expat/lib/asciitab.h -- cgit v1.2.1