diff options
author | Brad King <brad.king@kitware.com> | 2017-07-20 15:29:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-20 15:29:40 (GMT) |
commit | b6674431af4790ba5deea9e5e6bd7b2620beb69e (patch) | |
tree | c6735190762c649e0f46a136064373c67fc73e83 /Utilities/Scripts | |
parent | a8d8d2fd05e65444e52adb5164a38f3c64b247d5 (diff) | |
download | CMake-b6674431af4790ba5deea9e5e6bd7b2620beb69e.zip CMake-b6674431af4790ba5deea9e5e6bd7b2620beb69e.tar.gz CMake-b6674431af4790ba5deea9e5e6bd7b2620beb69e.tar.bz2 |
libarchive: Update script to get 3.3.2
Diffstat (limited to 'Utilities/Scripts')
-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 41c6a66..7534f94 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.1" +readonly tag="v3.3.2" readonly shortlog=false readonly paths=" CMakeLists.txt |