Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions mac_build/dependencyNames.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
## build settings (except in the checkDpendentVesions.sh script.)
##

opensslDirName="openssl-3.0.0"
opensslDirName="openssl-4.0.2"
opensslBaseName="openssl"
opensslFileName="openssl-3.0.0.tar.gz"
opensslURL="https://www.openssl.org/source/openssl-3.0.0.tar.gz"
opensslFileName="openssl-4.0.2.tar.gz"
opensslURL="https://www.openssl.org/source/openssl-4.0.2.tar.gz"

caresDirName="c-ares-1.28.1"
caresDirName="c-ares-1.34.8"
caresBaseName="c-ares"
caresFileName="c-ares-1.28.1.tar.gz"
caresURL="https://github.com/c-ares/c-ares/releases/download/cares-1_28_1/c-ares-1.28.1.tar.gz"
caresFileName="c-ares-1.34.8.tar.gz"
caresURL="https://github.com/c-ares/c-ares/releases/download/cares-1_34_8/c-ares-1.34.8.tar.gz"
Comment thread
CharlieFenton marked this conversation as resolved.
Outdated
Comment thread
CharlieFenton marked this conversation as resolved.
Outdated

curlDirName="curl-8.20.0"
curlDirName="curl-8.21.0"
curlBaseName="curl"
curlFileName="curl-8.20.0.tar.gz"
curlURL="https://curl.se/download/curl-8.20.0.tar.gz"
curlFileName="curl-8.21.0.tar.gz"
curlURL="https://curl.se/download/curl-8.21.0.tar.gz"
Comment thread
CharlieFenton marked this conversation as resolved.

wxWidgetsDirName="wxWidgets-3.3.2"
wxWidgetsBaseName="wxWidgets"
Expand Down
Loading