diff options
author | Brad King <brad.king@kitware.com> | 2022-02-22 22:11:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-22 22:11:28 (GMT) |
commit | 9d035ba28d645bab4e8ff0daa5e62ee8f4798a48 (patch) | |
tree | 3ecdf1e3facebd7c689181191a69af2d4eea0829 /Utilities/Scripts | |
parent | 2e963c41b4209903389ab0d5ad18b8e848ae56cb (diff) | |
download | CMake-9d035ba28d645bab4e8ff0daa5e62ee8f4798a48.zip CMake-9d035ba28d645bab4e8ff0daa5e62ee8f4798a48.tar.gz CMake-9d035ba28d645bab4e8ff0daa5e62ee8f4798a48.tar.bz2 |
expat: Update script to get Expat 2.4.6
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 |