mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06: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 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user