summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-12-09 16:33:26 (GMT)
committerBrad King <brad.king@kitware.com>2020-12-09 16:45:00 (GMT)
commit4cd65e5d882333e48155cf8b5bb52d088aa63cdf (patch)
tree1de2de8351d485c6964a911bb80bb39e459c6c4d /Utilities/Scripts
parent3c68404c20d05cb34a32a95a95d59fd1019dbb44 (diff)
downloadCMake-4cd65e5d882333e48155cf8b5bb52d088aa63cdf.zip
CMake-4cd65e5d882333e48155cf8b5bb52d088aa63cdf.tar.gz
CMake-4cd65e5d882333e48155cf8b5bb52d088aa63cdf.tar.bz2
curl: Update script to get curl 7.74.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 94a42e9..ba84b50 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_72_0"
+readonly tag="curl-7_74_0"
readonly shortlog=false
readonly paths="
CMake/*