summaryrefslogtreecommitdiff
path: root/Utilities/Scripts/update-curl.bash
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-18 10:15:46 -0400
committerBrad King <brad.king@kitware.com>2018-05-18 10:15:46 -0400
commitf3c73b878c594d40119e480ca1074e733d7ba1ce (patch)
treeb2752ed225df71c1fb3a9445a88b74ab387f787f /Utilities/Scripts/update-curl.bash
parent4eea43fce72c0b9a08492b38c240f4c036e72a6d (diff)
downloadcmake-f3c73b878c594d40119e480ca1074e733d7ba1ce.tar.gz
curl: Update script to get curl 7.60.0
Diffstat (limited to 'Utilities/Scripts/update-curl.bash')
-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 28803cb01e..b02180f09b 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_58_0"
+readonly tag="curl-7_60_0"
readonly shortlog=false
readonly paths="
CMake/*