summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-04-05 16:54:37 (GMT)
committerBrad King <brad.king@kitware.com>2024-04-05 16:54:37 (GMT)
commit7ceb6e6c0b07af42ff990657b2ae0e8ac94fba5e (patch)
treec5e68599566d68b50514bc54dd26b32561fed523 /Utilities/Scripts
parentc2949dbdf8912ca960880e5848aaafc70af42c70 (diff)
downloadCMake-7ceb6e6c0b07af42ff990657b2ae0e8ac94fba5e.zip
CMake-7ceb6e6c0b07af42ff990657b2ae0e8ac94fba5e.tar.gz
CMake-7ceb6e6c0b07af42ff990657b2ae0e8ac94fba5e.tar.bz2
curl: Update script to get curl 8.7.1
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 09bb65b..d66fcda 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_6_0"
+readonly tag="curl-8_7_1"
readonly shortlog=false
readonly paths="
CMake/*