curl: Update script to get curl 7.79.1

This commit is contained in:
Brad King
2021-09-24 10:03:35 -04:00
parent 2974ea7c3e
commit 71ea2d607d

View File

@@ -8,7 +8,7 @@ readonly name="curl"
readonly ownership="Curl Upstream <curl-library@cool.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
readonly tag="curl-7_79_0"
readonly tag="curl-7_79_1"
readonly shortlog=false
readonly paths="
CMake/*