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

curl: Update script to get curl 7.74.0

This commit is contained in:
Brad King
2020-12-09 11:33:26 -05:00
parent 3c68404c20
commit 4cd65e5d88

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_72_0"
readonly tag="curl-7_74_0"
readonly shortlog=false
readonly paths="
CMake/*