From 84dc14a967b78431c95ed3203e5dd301b6897267 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 4 Mar 2020 14:01:00 -0500 Subject: curl: Update script to get curl 7.69.0 --- Utilities/Scripts/update-curl.bash | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash index 5c2a331..bad88fe 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/curl/curl.git" -readonly tag="curl-7_65_0" +readonly tag="curl-7_69_0" readonly shortlog=false readonly paths=" CMake/* @@ -23,6 +23,10 @@ readonly paths=" lib/libcurl.rc lib/vauth/*.c lib/vauth/*.h + lib/vquic/*.c + lib/vquic/*.h + lib/vssh/*.c + lib/vssh/*.h lib/vtls/*.c lib/vtls/*.h " -- cgit v0.12