From a581fbd1955346de30a5f9da98888d8725af1e11 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 18 Jan 2022 12:13:15 -0500 Subject: expat: Update script to get Expat 2.4.3 --- 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 a052c0edd3..53449d057f 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_4_1" +readonly tag="R_2_4_3" readonly shortlog=false readonly paths=" expat/lib/asciitab.h -- cgit v1.2.1