libarchive: Update script to get 3.7.9

This commit is contained in:
Brad King
2025-04-30 10:23:50 -04:00
parent 07a30dc075
commit b62f6122a7
+2 -1
View File
@@ -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.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
}