Update curl to 7.69.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6850 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 451c29c1e805c2f3dfc5d86825fd331e93ca1503 Former-commit-id: bc0189abe4157f77e14bbfdec2f62d9e16249ad4
This commit is contained in:
parent
770de2fd01
commit
7dd90f504b
2 changed files with 4 additions and 4 deletions
|
@ -418,11 +418,11 @@ else(OPTION_FREETYPE)
|
|||
endif(OPTION_FREETYPE)
|
||||
|
||||
if(OPTION_CURL)
|
||||
set(CURL_PROJECT curl-7.68.0)
|
||||
set(CURL_PROJECT curl-7.69.0)
|
||||
set(CURL_ARGS ${EXTERNALS_CMAKE_ARGS} -DBUILD_TESTING=Off -DCMAKE_DEBUG_POSTFIX=)
|
||||
ExternalProject_Add(${CURL_PROJECT}
|
||||
URL https://curl.haxx.se/download/curl-7.68.0.tar.bz2
|
||||
URL_HASH SHA256=207f54917dd6a2dc733065ccf18d61bb5bebeaceb5df49cd9445483e8623eeb9
|
||||
URL https://curl.haxx.se/download/curl-7.69.0.tar.bz2
|
||||
URL_HASH SHA256=668d451108a7316cff040b23c79bc766e7ed84122074e44f662b8982f2e76739
|
||||
CMAKE_ARGS ${CURL_ARGS}
|
||||
DEPENDS ${ZLIB_PROJECT}
|
||||
)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
COPYRIGHT AND PERMISSION NOTICE
|
||||
|
||||
Copyright (c) 1996 - 2019, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||
Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||
contributors, see the THANKS file.
|
||||
|
||||
All rights reserved.
|
||||
|
|
Loading…
Reference in a new issue