summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-03 11:49:23 -0500
committerBrad King <brad.king@kitware.com>2021-02-03 11:49:23 -0500
commit0341888c006c19d0057017231ed43279d53e6034 (patch)
tree929e44e5fe2f48823577e4de4fbd1115e9c513a8 /Utilities/Scripts
parentc28dbd7e308968089bf97df71d4fd74c99e718f1 (diff)
downloadcmake-0341888c006c19d0057017231ed43279d53e6034.tar.gz
curl: Update script to get curl 7.75.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 ba84b50d20..16cdd6575b 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_74_0"
+readonly tag="curl-7_75_0"
readonly shortlog=false
readonly paths="
CMake/*