summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-24 14:14:04 -0500
committerBrad King <brad.king@kitware.com>2018-01-24 14:14:04 -0500
commite9c8ea75575afdb4e87b262641ee4071ef42b4c6 (patch)
tree582c7299f48202155349727b33e9304ab4882106 /Utilities/Scripts
parent05e9cdb81ecddba496f21d0c9e35e9536261337f (diff)
downloadcmake-e9c8ea75575afdb4e87b262641ee4071ef42b4c6.tar.gz
curl: Update script to get curl 7.58.0
Diffstat (limited to 'Utilities/Scripts')
-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 b244827340..28803cb01e 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_56_0"
+readonly tag="curl-7_58_0"
readonly shortlog=false
readonly paths="
CMake/*