Browse Source

libarchive: Update script to get 3.7.9

Brad King 6 months ago
parent
commit
b62f6122a7
1 changed files with 2 additions and 1 deletions
  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.7.7"
+readonly tag="v3.7.9"
 readonly shortlog=false
 readonly paths="
   CMakeLists.txt
@@ -26,6 +26,7 @@ extract_source () {
     pushd "${extractdir}/${name}-reduced"
     fromdos build/cmake/Find*.cmake
     echo "* -whitespace" > .gitattributes
+    echo "" >> libarchive/archive_read_open_file.c
     popd
 }