summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts/update-curl.bash
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-07-31 13:18:23 (GMT)
committerBrad King <brad.king@kitware.com>2024-07-31 13:18:23 (GMT)
commitbccd0b606cedc4979f84c319d03809fc8a325989 (patch)
tree84466716ca20c15ecfd909b429c7b244fddf3d96 /Utilities/Scripts/update-curl.bash
parenta82af7aae10f0851e789bab012a1606f347c9648 (diff)
downloadCMake-bccd0b606cedc4979f84c319d03809fc8a325989.zip
CMake-bccd0b606cedc4979f84c319d03809fc8a325989.tar.gz
CMake-bccd0b606cedc4979f84c319d03809fc8a325989.tar.bz2
curl: Update script to get curl 8.9.1
Diffstat (limited to 'Utilities/Scripts/update-curl.bash')
-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 6fdc494..cebdf40 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_0"
+readonly tag="curl-8_9_1"
readonly shortlog=false
readonly paths="
CMake/*