curl: Update script to get curl 8.12.0

This commit is contained in:
Brad King 2025-02-05 09:18:57 -05:00
parent bf47158d50
commit e8c41f4780

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