summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-20 15:56:55 -0400
committerBrad King <brad.king@kitware.com>2023-03-20 15:56:55 -0400
commit4e6c3cd93bc870f44442e6d7e59896bc6d86ce25 (patch)
tree1245cc4310523e553d745546f4df9f0e118334b6 /Utilities
parent1f0aa05317b88312c75d309e46306caca5c5d993 (diff)
downloadcmake-4e6c3cd93bc870f44442e6d7e59896bc6d86ce25.tar.gz
curl: Update script to get curl 8.0.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 791c8b5421..5270903549 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@lists.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
-readonly tag="curl-7_88_1"
+readonly tag="curl-8_0_1"
readonly shortlog=false
readonly paths="
CMake/*