mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 16:50:01 -06:00
curl: Update script to get curl 8.6.0
This commit is contained in:
@@ -8,7 +8,7 @@ readonly name="curl"
|
|||||||
readonly ownership="Curl Upstream <curl-library@lists.haxx.se>"
|
readonly ownership="Curl Upstream <curl-library@lists.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-8_5_0"
|
readonly tag="curl-8_6_0"
|
||||||
readonly shortlog=false
|
readonly shortlog=false
|
||||||
readonly paths="
|
readonly paths="
|
||||||
CMake/*
|
CMake/*
|
||||||
@@ -35,15 +35,6 @@ extract_source () {
|
|||||||
git_archive
|
git_archive
|
||||||
pushd "${extractdir}/${name}-reduced"
|
pushd "${extractdir}/${name}-reduced"
|
||||||
rm lib/config-*.h
|
rm lib/config-*.h
|
||||||
chmod a-x lib/connect.c
|
|
||||||
for f in \
|
|
||||||
lib/cookie.c \
|
|
||||||
lib/krb5.c \
|
|
||||||
lib/security.c \
|
|
||||||
; do
|
|
||||||
iconv -f LATIN1 -t UTF8 $f -o $f.utf-8
|
|
||||||
mv $f.utf-8 $f
|
|
||||||
done
|
|
||||||
echo "* -whitespace" > .gitattributes
|
echo "* -whitespace" > .gitattributes
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user