mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
curl: Update script to get curl 7.54.0
This commit is contained in:
parent
8e2f3582eb
commit
5af9c8e245
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user