summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-10-12 15:25:44 (GMT)
committerBrad King <brad.king@kitware.com>2023-10-12 19:28:40 (GMT)
commit8f6a6b02e59c112dbe971adca4f25938903828ea (patch)
treedb05a8110e99ab3dfeb26bb172eff445f9eb7324 /Utilities/Scripts
parent38643edc2de410311fbe76f7950190fc056b151a (diff)
downloadCMake-8f6a6b02e59c112dbe971adca4f25938903828ea.zip
CMake-8f6a6b02e59c112dbe971adca4f25938903828ea.tar.gz
CMake-8f6a6b02e59c112dbe971adca4f25938903828ea.tar.bz2
curl: Update script to get curl 8.4.0
Issue: #25329
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 70541cb..a944daf 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-8_3_0"
+readonly tag="curl-8_4_0"
readonly shortlog=false
readonly paths="
CMake/*