summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-07 16:33:09 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-07 16:36:59 (GMT)
commitf4a3290ae7ae096f8b92f7adfba7088e6918bc0b (patch)
tree8753a54fa7154eb2ff606b30e4a849f9382f7114 /Utilities
parent9bd017d20ec4a2f9f4ceb2a39aa764b584026026 (diff)
downloadCMake-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-xUtilities/Scripts/update-curl.bash2
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/*