summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-09-18 15:24:37 (GMT)
committerBrad King <brad.king@kitware.com>2024-09-18 15:24:37 (GMT)
commit862bd5defc382e6863ef989aac74e0587925b30d (patch)
tree965dd60227e3f521065f1c1068c46e5b35921900 /Utilities
parentb69b5a94d1a30a71b76b05a025b13a505dcda67b (diff)
downloadCMake-862bd5defc382e6863ef989aac74e0587925b30d.zip
CMake-862bd5defc382e6863ef989aac74e0587925b30d.tar.gz
CMake-862bd5defc382e6863ef989aac74e0587925b30d.tar.bz2
curl: Update script to get curl 8.10.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 cebdf40..fb2a12a 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_9_1"
+readonly tag="curl-8_10_1"
readonly shortlog=false
readonly paths="
CMake/*