diff options
author | Brad King <brad.king@kitware.com> | 2017-06-19 19:10:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-19 19:25:35 (GMT) |
commit | d9d191a19f4a383e6e5a56d016526323476ce001 (patch) | |
tree | 70ee5de0adec1abcb937ad45c1b81f3af4bfb26e /Utilities | |
parent | d025faf436c86ee9cc033fbb324a9bc2c18757fa (diff) | |
download | CMake-d9d191a19f4a383e6e5a56d016526323476ce001.zip CMake-d9d191a19f4a383e6e5a56d016526323476ce001.tar.gz CMake-d9d191a19f4a383e6e5a56d016526323476ce001.tar.bz2 |
expat: Update script to get Expat 2.2.1
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-expat.bash | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-expat.bash b/Utilities/Scripts/update-expat.bash index 8a2a5fe..4cc8646 100755 --- a/Utilities/Scripts/update-expat.bash +++ b/Utilities/Scripts/update-expat.bash @@ -7,8 +7,8 @@ shopt -s dotglob readonly name="expat" readonly ownership="Expat Upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmexpat" -readonly repo="http://git.code.sf.net/p/expat/code_git" -readonly tag="master" +readonly repo="https://github.com/libexpat/libexpat.git" +readonly tag="R_2_2_1" readonly shortlog=false readonly paths=" expat/lib/asciitab.h @@ -22,6 +22,7 @@ readonly paths=" expat/lib/utf8tab.h expat/lib/nametab.h expat/lib/ascii.h + expat/lib/siphash.h expat/lib/xmltok_impl.h expat/lib/xmltok_ns.c expat/lib/winconfig.h |