summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-14 10:46:19 -0400
committerBrad King <brad.king@kitware.com>2017-06-14 10:46:19 -0400
commit91101f108d68e8fe98c378f06e1ed12a513151fe (patch)
tree7f175427053ef27c59c00a13903ac98b388ba820 /Utilities
parentd025faf436c86ee9cc033fbb324a9bc2c18757fa (diff)
downloadcmake-91101f108d68e8fe98c378f06e1ed12a513151fe.tar.gz
curl: Update script to get curl 7.54.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 d270d377fe..465841a02d 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/*