summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-03 15:55:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-03 18:26:02 (GMT)
commite1c11352f231ae310339cd539ed59cb302bd4dbe (patch)
tree5472f47fe9c70cbfbf95da7c0b22ce0743303ca4
parenta51c6c5394169f34480e7261ef666eb4bf898c67 (diff)
downloadCMake-e1c11352f231ae310339cd539ed59cb302bd4dbe.zip
CMake-e1c11352f231ae310339cd539ed59cb302bd4dbe.tar.gz
CMake-e1c11352f231ae310339cd539ed59cb302bd4dbe.tar.bz2
curl: Update script to get curl 7.50.1
-rwxr-xr-xUtilities/Scripts/update-curl.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash
index 17a4f2c..0e466cf 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/bagder/curl.git"
-readonly tag="curl-7_44_0"
+readonly tag="curl-7_50_1"
readonly shortlog=false
readonly paths="
CMake/*
@@ -22,6 +22,8 @@ readonly paths="
lib/Makefile.inc
lib/curl_config.h.cmake
lib/libcurl.rc
+ lib/vauth/*.c
+ lib/vauth/*.h
lib/vtls/*.c
lib/vtls/*.h
"