Update curl to version 7.64.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6606 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 89f51ba3e5e56bd6b3840de8c2a74b6765d2e3db Former-commit-id: 90c61bbb5fa725a636d361327b1de952db8891e0
This commit is contained in:
parent
77390beac7
commit
d21c2931c9
2 changed files with 4 additions and 4 deletions
|
@ -418,12 +418,12 @@ else(OPTION_FREETYPE)
|
||||||
endif(OPTION_FREETYPE)
|
endif(OPTION_FREETYPE)
|
||||||
|
|
||||||
if(OPTION_CURL)
|
if(OPTION_CURL)
|
||||||
set(CURL_PROJECT curl-7.62.0)
|
set(CURL_PROJECT curl-7.64.0)
|
||||||
set(CURL_ARGS ${EXTERNALS_CMAKE_ARGS} -DBUILD_TESTING=Off -DCMAKE_DEBUG_POSTFIX=)
|
set(CURL_ARGS ${EXTERNALS_CMAKE_ARGS} -DBUILD_TESTING=Off -DCMAKE_DEBUG_POSTFIX=)
|
||||||
# may only be needed for Madbad's web stuff
|
# may only be needed for Madbad's web stuff
|
||||||
ExternalProject_Add(${CURL_PROJECT}
|
ExternalProject_Add(${CURL_PROJECT}
|
||||||
URL https://curl.haxx.se/download/curl-7.62.0.tar.bz2
|
URL https://curl.haxx.se/download/curl-7.64.0.tar.bz2
|
||||||
URL_HASH SHA256=7802c54076500be500b171fde786258579d60547a3a35b8c5a23d8c88e8f9620
|
URL_HASH SHA256=d573ba1c2d1cf9d8533fadcce480d778417964e8d04ccddcc76e591d544cf2eb
|
||||||
CMAKE_ARGS ${CURL_ARGS}
|
CMAKE_ARGS ${CURL_ARGS}
|
||||||
DEPENDS ${ZLIB_PROJECT}
|
DEPENDS ${ZLIB_PROJECT}
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
COPYRIGHT AND PERMISSION NOTICE
|
COPYRIGHT AND PERMISSION NOTICE
|
||||||
|
|
||||||
Copyright (c) 1996 - 2018, Daniel Stenberg, <daniel@haxx.se>, and many
|
Copyright (c) 1996 - 2019, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||||
contributors, see the THANKS file.
|
contributors, see the THANKS file.
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
Loading…
Reference in a new issue