curl: Update script to get curl 7.87.0

This commit is contained in:
Brad King 2023-01-27 15:10:58 -05:00
parent b2fe717a49
commit 39dcf9469d

View File

@ -8,7 +8,7 @@ readonly name="curl"
readonly ownership="Curl Upstream <curl-library@lists.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
readonly tag="curl-7_86_0"
readonly tag="curl-7_87_0"
readonly shortlog=false
readonly paths="
CMake/*