summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-22 08:23:52 -0400
committerBrad King <brad.king@kitware.com>2018-10-22 08:23:52 -0400
commitded211ae469530a08774094e1162247117f85ffd (patch)
treecfbc6b8058221effe6ec61125a4bb474c53d7a65 /Utilities
parentfd02538974dd952a8639d371c2c0067d30d5469a (diff)
downloadcmake-ded211ae469530a08774094e1162247117f85ffd.tar.gz
curl: Update script to get curl 7.61.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 b02180f09b..3d31e38f53 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_60_0"
+readonly tag="curl-7_61_1"
readonly shortlog=false
readonly paths="
CMake/*