Update curl to 7.74.0

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

Former-commit-id: a06f6fc708a3c82e69f2490b271835e5c0901fc1
Former-commit-id: 80b2acea3fabde09c5c70f324011b1afcb1523fe
This commit is contained in:
beaglejoe 2020-12-29 02:05:01 +00:00
parent 49f08a25df
commit a60ab04726

View file

@ -156,11 +156,11 @@ set(FREETYPE_URL https://sourceforge.net/projects/freetype/files/freetype2/${FRE
set(FREETYPE_HASH SHA256=5c78216d6c5860ef694fde1418d20d69d0ac83ab346c21eb311bd45709e0d93a)
# curl
set(CURL_VERSION 7.73.0)
set(CURL_VERSION 7.74.0)
set(CURL_PROJECT curl-${CURL_VERSION})
set(CURL_FILE ${CURL_PROJECT}.tar.bz2)
set(CURL_URL https://curl.haxx.se/download/${CURL_FILE})
set(CURL_HASH SHA256=cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131)
set(CURL_HASH SHA256=0f4d63e6681636539dc88fa8e929f934cd3a840c46e0bf28c73be11e521b77a5)
# osg
set(OSG_VERSION 3.6.5)