curl: Update script to get curl 8.1.2

This commit is contained in:
Brad King 2023-05-30 09:36:39 -04:00
parent ae21371e70
commit 7f1abf62e1

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