summaryrefslogtreecommitdiff
path: root/Utilities/Scripts/update-libarchive.bash
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-13 09:23:10 -0500
committerBrad King <brad.king@kitware.com>2020-02-13 12:57:20 -0500
commit9a27ecd4162aebfb595b7a02b958b7dfb95256d8 (patch)
tree8ee6ecdb7ba6016cc94861374febe71613896230 /Utilities/Scripts/update-libarchive.bash
parent1acea5cb2674b8963a1fe6679c0976539c080146 (diff)
downloadcmake-9a27ecd4162aebfb595b7a02b958b7dfb95256d8.tar.gz
libarchive: Update script to get 3.4.2
Diffstat (limited to 'Utilities/Scripts/update-libarchive.bash')
-rwxr-xr-xUtilities/Scripts/update-libarchive.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-libarchive.bash b/Utilities/Scripts/update-libarchive.bash
index 31886584fa..3db89ff73a 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
}