curl: Update script to get curl 7.51.0

This commit is contained in:
Brad King 2016-12-05 11:39:12 -05:00
parent 41f1125931
commit 25d7b1ca9d

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