1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00

curl: Update script to get curl 8.10.1

This commit is contained in:
Brad King
2024-09-18 11:24:37 -04:00
parent b69b5a94d1
commit 862bd5defc

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