diff options
author | Brad King <brad.king@kitware.com> | 2017-06-20 13:06:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-20 13:06:09 (GMT) |
commit | 5222289f1e828a6b8969f751edfcecb3a3f2c434 (patch) | |
tree | 5e83d3b9539109a9caa8ff8ebf4b043cd991ca3b /Utilities/Scripts | |
parent | b7799f07d1bcf2708976b41aa07047c04e5ee3d0 (diff) | |
parent | d5afb178f1829fc5fd9332f70986b95ab62aedcc (diff) | |
download | CMake-5222289f1e828a6b8969f751edfcecb3a3f2c434.zip CMake-5222289f1e828a6b8969f751edfcecb3a3f2c434.tar.gz CMake-5222289f1e828a6b8969f751edfcecb3a3f2c434.tar.bz2 |
Merge branch 'update-expat' into release-3.9
Diffstat (limited to 'Utilities/Scripts')
-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 |