summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-09-24 10:03:35 -0400
committerBrad King <brad.king@kitware.com>2021-09-24 10:03:35 -0400
commit71ea2d607d0294f44f03e2a8e34cbb6222edc3a4 (patch)
tree6b957b722b095e4dd841a40eb69d37ec3288bf8c /Utilities/Scripts
parent2974ea7c3e9cbf9952d6c361bbcecb5027f69605 (diff)
downloadcmake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.tar.gz
curl: Update script to get curl 7.79.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 abd54f6f72..dd8e7a8e09 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@cool.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
-readonly tag="curl-7_79_0"
+readonly tag="curl-7_79_1"
readonly shortlog=false
readonly paths="
CMake/*