curl: Update script to get curl 8.15.0

This commit is contained in:
Brad King
2025-07-21 13:32:40 -04:00
parent 8eeeeb7efe
commit bf8360ddad

View File

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