diff options
author | Brad King <brad.king@kitware.com> | 2022-02-23 14:00:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-02-23 14:00:37 (GMT) |
commit | 0956b3bc92aaa88cce07620a8ddba21ed06cf229 (patch) | |
tree | c378737a8fdd6cf1745c39b1a5a567e38e177c4e /Utilities/Scripts | |
parent | 9c215c38b6a4126ec141a2b67506ca9ee133392e (diff) | |
parent | 07f9ce4f8c2f8f40db02b10b118cb51918af1d38 (diff) | |
download | CMake-0956b3bc92aaa88cce07620a8ddba21ed06cf229.zip CMake-0956b3bc92aaa88cce07620a8ddba21ed06cf229.tar.gz CMake-0956b3bc92aaa88cce07620a8ddba21ed06cf229.tar.bz2 |
Merge topic 'update-expat'
07f9ce4f8c Merge branch 'upstream-expat' into update-expat
4c031b9417 expat 2022-02-20 (65a21f2b)
9d035ba28d expat: Update script to get Expat 2.4.6
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7015
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-expat.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-expat.bash b/Utilities/Scripts/update-expat.bash index 2ff3c59..a061adc 100755 --- a/Utilities/Scripts/update-expat.bash +++ b/Utilities/Scripts/update-expat.bash @@ -8,7 +8,7 @@ readonly name="expat" readonly ownership="Expat Upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmexpat" readonly repo="https://github.com/libexpat/libexpat.git" -readonly tag="R_2_4_4" +readonly tag="R_2_4_6" readonly shortlog=false readonly paths=" expat/lib/asciitab.h |