summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-21 09:54:32 -0500
committerBrad King <brad.king@kitware.com>2023-02-21 09:54:32 -0500
commit37cceabc6531884045c88c2b461f7e9a7054edd2 (patch)
tree7d9232dbc5a6e2bfdb833d782bce20693cfbe8d0 /Utilities
parentd3ea15e80152511946c719404466dfa199532005 (diff)
downloadcmake-37cceabc6531884045c88c2b461f7e9a7054edd2.tar.gz
curl: Update script to get curl 7.88.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 856ae8156e..791c8b5421 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_87_0"
+readonly tag="curl-7_88_1"
readonly shortlog=false
readonly paths="
CMake/*