summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-16 11:43:15 -0400
committerBrad King <brad.king@kitware.com>2022-05-16 11:43:15 -0400
commit02902188ecfb85824c4bea56c2d3262791adbda9 (patch)
treea17acb24d6cecc5528bfe33fd576a6fdef08ea6f /Utilities/Scripts
parentc4ed5341c483e9de0bde2ed4b92943907ad54649 (diff)
downloadcmake-02902188ecfb85824c4bea56c2d3262791adbda9.tar.gz
curl: Update script to get curl 7.83.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 64cb659279..9715e07a03 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_83_0"
+readonly tag="curl-7_83_1"
readonly shortlog=false
readonly paths="
CMake/*