curl: Update script to get curl 7.83.0

This commit is contained in:
Brad King
2022-04-28 15:15:34 -04:00
parent 90d5d4285b
commit 5239672e64

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