curl: Update script to get curl 8.5.0

This commit is contained in:
Brad King
2023-12-11 20:23:11 -05:00
parent a6853135f5
commit 38f85b8390

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-8_4_0"
readonly tag="curl-8_5_0"
readonly shortlog=false
readonly paths="
CMake/*