curl: Update script to get curl 8.2.1

This commit is contained in:
Brad King
2023-08-01 13:55:27 -04:00
parent 17dcd9424a
commit 1345c21275

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