curl: Update script to get curl 7.52.1

This commit is contained in:
Brad King
2017-02-07 11:33:09 -05:00
parent 9bd017d20e
commit f4a3290ae7

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