summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-09-24 14:03:35 (GMT)
committerBrad King <brad.king@kitware.com>2021-09-24 14:03:35 (GMT)
commit71ea2d607d0294f44f03e2a8e34cbb6222edc3a4 (patch)
tree6b957b722b095e4dd841a40eb69d37ec3288bf8c /Utilities
parent2974ea7c3e9cbf9952d6c361bbcecb5027f69605 (diff)
downloadCMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.zip
CMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.tar.gz
CMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.tar.bz2
curl: Update script to get curl 7.79.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 abd54f6..dd8e7a8 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/*