summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-07 11:41:24 -0500
committerBrad King <brad.king@kitware.com>2022-01-07 11:41:24 -0500
commitbdb3a8203e1a1207e7a89dca1b3e6a569a732b10 (patch)
treebfc9226c2f092dacc23a23cf03597c028aef6421 /Utilities/Scripts
parente9260cf4b02744dd2d907fbb205c62b723553529 (diff)
downloadcmake-bdb3a8203e1a1207e7a89dca1b3e6a569a732b10.tar.gz
curl: Update script to get curl 7.81.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 c924bd754c..50d8029aa8 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_79_1"
+readonly tag="curl-7_81_0"
readonly shortlog=false
readonly paths="
CMake/*