diff options
author | Brad King <brad.king@kitware.com> | 2017-08-02 15:45:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-02 15:45:35 (GMT) |
commit | 6bef326eb4140444ed70a202bc37af11e0ba158b (patch) | |
tree | 8e4d02f71edb3d062f96747fe40a61a384b51688 /Utilities/Scripts/update-libarchive.bash | |
parent | 83c86639103d9cfc009b9e998009d81e579df25f (diff) | |
parent | c80d8cb293155ef9be76079c90cb159990ecb43f (diff) | |
download | CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.zip CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.tar.gz CMake-6bef326eb4140444ed70a202bc37af11e0ba158b.tar.bz2 |
Merge topic 'update-libarchive'
c80d8cb2 libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake
6df1bda1 Merge branch 'upstream-LibArchive' into update-libarchive
11f3dcb0 LibArchive 2017-07-09 (98a69539)
b6674431 libarchive: Update script to get 3.3.2
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1071
Diffstat (limited to 'Utilities/Scripts/update-libarchive.bash')
-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 |