diff options
author | Brad King <brad.king@kitware.com> | 2017-06-14 14:46:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-14 14:46:19 (GMT) |
commit | 91101f108d68e8fe98c378f06e1ed12a513151fe (patch) | |
tree | 7f175427053ef27c59c00a13903ac98b388ba820 /Utilities | |
parent | d025faf436c86ee9cc033fbb324a9bc2c18757fa (diff) | |
download | CMake-91101f108d68e8fe98c378f06e1ed12a513151fe.zip CMake-91101f108d68e8fe98c378f06e1ed12a513151fe.tar.gz CMake-91101f108d68e8fe98c378f06e1ed12a513151fe.tar.bz2 |
curl: Update script to get curl 7.54.1
Diffstat (limited to 'Utilities')
-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 d270d37..465841a 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_54_0" +readonly tag="curl-7_54_1" readonly shortlog=false readonly paths=" CMake/* |