diff options
author | Brad King <brad.king@kitware.com> | 2017-02-07 16:33:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-07 16:36:59 (GMT) |
commit | f4a3290ae7ae096f8b92f7adfba7088e6918bc0b (patch) | |
tree | 8753a54fa7154eb2ff606b30e4a849f9382f7114 /Utilities | |
parent | 9bd017d20ec4a2f9f4ceb2a39aa764b584026026 (diff) | |
download | CMake-f4a3290ae7ae096f8b92f7adfba7088e6918bc0b.zip CMake-f4a3290ae7ae096f8b92f7adfba7088e6918bc0b.tar.gz CMake-f4a3290ae7ae096f8b92f7adfba7088e6918bc0b.tar.bz2 |
curl: Update script to get curl 7.52.1
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-curl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash index 22d1d8a..9cff7ca 100755 --- a/Utilities/Scripts/update-curl.bash +++ b/Utilities/Scripts/update-curl.bash @@ -8,7 +8,7 @@ readonly name="curl" readonly ownership="Curl Upstream <curl-library@cool.haxx.se>" readonly subtree="Utilities/cmcurl" readonly repo="https://github.com/curl/curl.git" -readonly tag="curl-7_51_0" +readonly tag="curl-7_52_1" readonly shortlog=false readonly paths=" CMake/* |