curl: Update script to get curl 8.17.0

This commit is contained in:
Brad King 2025-11-06 16:49:42 -05:00
parent 38095c2da5
commit 87e10c1053

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