diff options
Diffstat (limited to 'Utilities/Scripts/update-libarchive.bash')
-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 } |