Kaynağa Gözat

libarchive: Update script to get 3.4.2

Brad King 5 yıl önce
ebeveyn
işleme
9a27ecd416
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      Utilities/Scripts/update-libarchive.bash

+ 2 - 1
Utilities/Scripts/update-libarchive.bash

@@ -8,7 +8,7 @@ readonly name="LibArchive"
 readonly ownership="LibArchive Upstream <[email protected]>"
 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
 }