Browse Source

curl: Update script to get curl 7.54.0

Brad King 8 years ago
parent
commit
5af9c8e245
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Utilities/Scripts/update-curl.bash

+ 2 - 1
Utilities/Scripts/update-curl.bash

@@ -8,7 +8,7 @@ readonly name="curl"
 readonly ownership="Curl Upstream <[email protected]>"
 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
 }