curl: Update script to get curl 7.54.0

This commit is contained in:
Brad King 2017-05-11 10:47:38 -04:00
parent 8e2f3582eb
commit 5af9c8e245

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_52_1"
readonly tag="curl-7_54_0"
readonly shortlog=false
readonly paths="
CMake/*
@ -32,6 +32,7 @@ extract_source () {
git_archive
pushd "${extractdir}/${name}-reduced"
rm lib/config-*.h
echo "* -whitespace" > .gitattributes
popd
}