Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
* OpenSSL 3.0.16
* OpenLDAP 2.6.9
* Qt 6.8.2

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Feb 13, 2025
1 parent 004b233 commit 124ad55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.3
version: 6.8.2
arch: win64_msvc2019_64
- name: Setup dev env
uses: ilammy/msvc-dev-cmd@v1
Expand Down
6 changes: 3 additions & 3 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
set -e

######### Versions of libraries/frameworks to be compiled
QT_VER="6.7.3"
OPENSSL_VER="3.0.15"
OPENLDAP_VER="2.6.8"
QT_VER="6.8.2"
OPENSSL_VER="3.0.16"
OPENLDAP_VER="2.6.9"
REBUILD=false
BUILD_PATH=~/cmake_builds
: ${MACOSX_DEPLOYMENT_TARGET:="12.0"}
Expand Down

0 comments on commit 124ad55

Please sign in to comment.