diff options
author | Brad King <brad.king@kitware.com> | 2023-04-25 14:20:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-25 14:20:59 (GMT) |
commit | 744a42c0ee0a1911b17a105915023eff1f1b7ce0 (patch) | |
tree | 8f0ac293d8a15a8b00041df57aeb4295b35aadd0 /Utilities | |
parent | 827d5b75d47126205faba26cabc8856c6d9c3362 (diff) | |
download | CMake-744a42c0ee0a1911b17a105915023eff1f1b7ce0.zip CMake-744a42c0ee0a1911b17a105915023eff1f1b7ce0.tar.gz CMake-744a42c0ee0a1911b17a105915023eff1f1b7ce0.tar.bz2 |
libarchive: Update script to get 3.6.2
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-libarchive.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-libarchive.bash b/Utilities/Scripts/update-libarchive.bash index 856a6ea..5a4f11a 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.6.0" +readonly tag="v3.6.2" readonly shortlog=false readonly paths=" CMakeLists.txt |