curl: Update script to get curl 8.0.1

This commit is contained in:
Brad King
2023-03-20 15:56:55 -04:00
parent 1f0aa05317
commit 4e6c3cd93b

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