mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
curl: Update script to get curl 7.54.0
This commit is contained in:
@@ -8,7 +8,7 @@ readonly name="curl"
|
|||||||
readonly ownership="Curl Upstream <curl-library@cool.haxx.se>"
|
readonly ownership="Curl Upstream <curl-library@cool.haxx.se>"
|
||||||
readonly subtree="Utilities/cmcurl"
|
readonly subtree="Utilities/cmcurl"
|
||||||
readonly repo="https://github.com/curl/curl.git"
|
readonly repo="https://github.com/curl/curl.git"
|
||||||
readonly tag="curl-7_52_1"
|
readonly tag="curl-7_54_0"
|
||||||
readonly shortlog=false
|
readonly shortlog=false
|
||||||
readonly paths="
|
readonly paths="
|
||||||
CMake/*
|
CMake/*
|
||||||
@@ -32,6 +32,7 @@ extract_source () {
|
|||||||
git_archive
|
git_archive
|
||||||
pushd "${extractdir}/${name}-reduced"
|
pushd "${extractdir}/${name}-reduced"
|
||||||
rm lib/config-*.h
|
rm lib/config-*.h
|
||||||
|
echo "* -whitespace" > .gitattributes
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user