summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-27 15:10:58 -0500
committerBrad King <brad.king@kitware.com>2023-01-27 15:58:19 -0500
commit39dcf9469d3dae1c319dbe9d1fbd86bef91b73e0 (patch)
treefd2107d77e1b3a33cb66359af0c02c0bdda1498a /Utilities
parentb2fe717a49dc9ca8a7514d7c64392c727dce969b (diff)
downloadcmake-39dcf9469d3dae1c319dbe9d1fbd86bef91b73e0.tar.gz
curl: Update script to get curl 7.87.0
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 5b66d15ee2..856ae8156e 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_86_0"
+readonly tag="curl-7_87_0"
readonly shortlog=false
readonly paths="
CMake/*