summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-22 14:11:29 -0400
committerBrad King <brad.king@kitware.com>2019-05-22 14:11:29 -0400
commit2de8af0121c3ca64dcb82a1220d2ba255aab3553 (patch)
tree7b6936d9950882cd9b91564bbd412b609fa185d3 /Utilities
parent8ed6efbbd377c0941ba018200282fc961aa7d20e (diff)
downloadcmake-2de8af0121c3ca64dcb82a1220d2ba255aab3553.tar.gz
curl: Update script to get curl 7.65.0
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 fb46052e84..5c2a331c0d 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_62_0"
+readonly tag="curl-7_65_0"
readonly shortlog=false
readonly paths="
CMake/*