diff options
author | Brad King <brad.king@kitware.com> | 2020-02-13 14:23:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-13 17:57:20 (GMT) |
commit | 9a27ecd4162aebfb595b7a02b958b7dfb95256d8 (patch) | |
tree | 8ee6ecdb7ba6016cc94861374febe71613896230 /Utilities/Scripts | |
parent | 1acea5cb2674b8963a1fe6679c0976539c080146 (diff) | |
download | CMake-9a27ecd4162aebfb595b7a02b958b7dfb95256d8.zip CMake-9a27ecd4162aebfb595b7a02b958b7dfb95256d8.tar.gz CMake-9a27ecd4162aebfb595b7a02b958b7dfb95256d8.tar.bz2 |
libarchive: Update script to get 3.4.2
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-libarchive.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-libarchive.bash b/Utilities/Scripts/update-libarchive.bash index 3188658..3db89ff 100755 --- a/Utilities/Scripts/update-libarchive.bash +++ b/Utilities/Scripts/update-libarchive.bash @@ -8,7 +8,7 @@ readonly name="LibArchive" readonly ownership="LibArchive Upstream <libarchive-discuss@googlegroups.com>" readonly subtree="Utilities/cmlibarchive" readonly repo="https://github.com/libarchive/libarchive.git" -readonly tag="v3.3.3" +readonly tag="v3.4.2" readonly shortlog=false readonly paths=" CMakeLists.txt @@ -25,6 +25,7 @@ extract_source () { git_archive pushd "${extractdir}/${name}-reduced" fromdos build/cmake/Find*.cmake + echo "* -whitespace" > .gitattributes popd } |