diff options
author | Brad King <brad.king@kitware.com> | 2021-09-24 14:03:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-09-24 14:03:35 (GMT) |
commit | 71ea2d607d0294f44f03e2a8e34cbb6222edc3a4 (patch) | |
tree | 6b957b722b095e4dd841a40eb69d37ec3288bf8c /Utilities/Scripts | |
parent | 2974ea7c3e9cbf9952d6c361bbcecb5027f69605 (diff) | |
download | CMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.zip CMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.tar.gz CMake-71ea2d607d0294f44f03e2a8e34cbb6222edc3a4.tar.bz2 |
curl: Update script to get curl 7.79.1
Diffstat (limited to 'Utilities/Scripts')
-rwxr-xr-x | Utilities/Scripts/update-curl.bash | 2 |
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/* |