Skip to content
Snippets Groups Projects
Commit 84dc14a9 authored by Brad King's avatar Brad King
Browse files

curl: Update script to get curl 7.69.0

parent 5868e58b
No related branches found
No related tags found
No related merge requests found
......@@ -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_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
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment