Update cURL to 8.6.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9293 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: da6b74b46c7bb3ec03b0495acff99ac9e3312c08 Former-commit-id: 4ac3c49e9785030776a3a5a6bf7198aeb8a3c93e
This commit is contained in:
parent
06cc244fa3
commit
7abf1d9235
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
COPYRIGHT AND PERMISSION NOTICE
|
||||
|
||||
Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||
Copyright (c) 1996 - 2024, Daniel Stenberg, <daniel@haxx.se>, and many
|
||||
contributors, see the THANKS file.
|
||||
|
||||
All rights reserved.
|
||||
|
|
|
@ -185,13 +185,13 @@ set(FREETYPE_LEGACY_URL https://sourceforge.net/projects/freetype/files/freetype
|
|||
set(FREETYPE_LEGACY_HASH SHA256=5c78216d6c5860ef694fde1418d20d69d0ac83ab346c21eb311bd45709e0d93a)
|
||||
|
||||
# curl
|
||||
set(CURL_VERSION 8.5.0)
|
||||
set(CURL_VERSION 8.6.0)
|
||||
string(REPLACE "." "_" CURL_TAG ${CURL_VERSION})
|
||||
set(CURL_PROJECT curl-${CURL_VERSION})
|
||||
set(CURL_FILE ${CURL_PROJECT}.tar.bz2)
|
||||
#set(CURL_URL https://curl.se/download/${CURL_FILE})
|
||||
set(CURL_URL https://github.com/curl/curl/releases/download/curl-${CURL_TAG}/${CURL_FILE})
|
||||
set(CURL_HASH SHA256=ce4b6a6655431147624aaf582632a36fe1ade262d5fab385c60f78942dd8d87b)
|
||||
set(CURL_HASH SHA256=b4785f2d8877fa92c0e45d7155cf8cc6750dbda961f4b1a45bcbec990cf2fa9b)
|
||||
|
||||
# osg
|
||||
set(OSG_VERSION 3.6.5)
|
||||
|
|
Loading…
Reference in a new issue