summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-28 15:15:34 -0400
committerBrad King <brad.king@kitware.com>2022-04-28 15:15:34 -0400
commit5239672e64a85ad400ef1bdb4a9118aff2da0c3f (patch)
tree1eac0158faaeb0723ef015b501dbe8a4a171caff /Utilities/Scripts
parent90d5d4285b544cd8d93cfa883051c66787e4d543 (diff)
downloadcmake-5239672e64a85ad400ef1bdb4a9118aff2da0c3f.tar.gz
curl: Update script to get curl 7.83.0
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 50d8029aa8..64cb659279 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_81_0"
+readonly tag="curl-7_83_0"
readonly shortlog=false
readonly paths="
CMake/*