Skip to content
Snippets Groups Projects
Commit d9d191a1 authored by Brad King's avatar Brad King
Browse files

expat: Update script to get Expat 2.2.1

parent d025faf4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment