diff options
author | Brad King <brad.king@kitware.com> | 2017-02-20 12:49:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-20 12:50:23 (GMT) |
commit | cdce7c619c58ec0947c036b93013445bb93e4be8 (patch) | |
tree | 4e3a915deebf29f9316a9665f5c5b2132e778808 /Utilities/Scripts | |
parent | d36016a8ff67fe72e9a388467f3fce456225c3ec (diff) | |
download | CMake-cdce7c619c58ec0947c036b93013445bb93e4be8.zip CMake-cdce7c619c58ec0947c036b93013445bb93e4be8.tar.gz CMake-cdce7c619c58ec0947c036b93013445bb93e4be8.tar.bz2 |
libarchive: Update script to get 3.3.0
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 3b42269..6c4eeb0 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="master" +readonly tag="v3.3.0" readonly shortlog=false readonly paths=" CMakeLists.txt |