1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

curl: Update script to get curl 7.75.0

This commit is contained in:
Brad King
2021-02-03 11:49:23 -05:00
parent c28dbd7e30
commit 0341888c00

View File

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