From e1c11352f231ae310339cd539ed59cb302bd4dbe Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 3 Aug 2016 11:55:15 -0400 Subject: curl: Update script to get curl 7.50.1 --- Utilities/Scripts/update-curl.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 " 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 " -- cgit v0.12