From 5af9c8e2451afd8e63d6b05e69cd141af543a164 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 11 May 2017 10:47:38 -0400 Subject: curl: Update script to get curl 7.54.0 --- Utilities/Scripts/update-curl.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash index 9cff7ca..d270d37 100755 --- a/Utilities/Scripts/update-curl.bash +++ b/Utilities/Scripts/update-curl.bash @@ -8,7 +8,7 @@ readonly name="curl" readonly ownership="Curl Upstream " 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 } -- cgit v0.12