curl: Update script to get curl 7.65.0

This commit is contained in:
Brad King
2019-05-22 14:11:29 -04:00
parent 8ed6efbbd3
commit 2de8af0121

View File

@@ -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_62_0"
readonly tag="curl-7_65_0"
readonly shortlog=false
readonly paths="
CMake/*