Update cURL to 8.1.2

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8958 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b64eacbd2537b8442b26fbf926b7a5d9b07ca32c
Former-commit-id: 44dbd07c0275651b6990237db564a1b9da71f41d
This commit is contained in:
beaglejoe 2023-05-30 12:51:27 +00:00
parent 42d25c77ce
commit 09c03858be

View file

@ -185,13 +185,13 @@ set(FREETYPE_LEGACY_URL https://sourceforge.net/projects/freetype/files/freetype
set(FREETYPE_LEGACY_HASH SHA256=5c78216d6c5860ef694fde1418d20d69d0ac83ab346c21eb311bd45709e0d93a) set(FREETYPE_LEGACY_HASH SHA256=5c78216d6c5860ef694fde1418d20d69d0ac83ab346c21eb311bd45709e0d93a)
# curl # curl
set(CURL_VERSION 8.1.1) set(CURL_VERSION 8.1.2)
string(REPLACE "." "_" CURL_TAG ${CURL_VERSION}) string(REPLACE "." "_" CURL_TAG ${CURL_VERSION})
set(CURL_PROJECT curl-${CURL_VERSION}) set(CURL_PROJECT curl-${CURL_VERSION})
set(CURL_FILE ${CURL_PROJECT}.tar.bz2) set(CURL_FILE ${CURL_PROJECT}.tar.bz2)
#set(CURL_URL https://curl.se/download/${CURL_FILE}) #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_URL https://github.com/curl/curl/releases/download/curl-${CURL_TAG}/${CURL_FILE})
set(CURL_HASH SHA256=51d2af72279913b5d4cab1fe1f38b944cf70904c88bee246b5bd575844e7035a) set(CURL_HASH SHA256=b54974d32fd610acace92e3df1f643144015ac65847f0a041fdc17db6f43f243)
# osg # osg
set(OSG_VERSION 3.6.5) set(OSG_VERSION 3.6.5)