Browse Source

curl: Update script to get curl 7.69.0

Brad King 5 years ago
parent
commit
84dc14a967
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Utilities/Scripts/update-curl.bash

+ 5 - 1
Utilities/Scripts/update-curl.bash

@@ -8,7 +8,7 @@ readonly name="curl"
 readonly ownership="Curl Upstream <[email protected]>"
 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
 "