curl: Update script to get curl 8.3.0

This commit is contained in:
Brad King
2023-09-20 13:09:19 -04:00
parent 21b668afc2
commit 1fb19cbdad

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