Skip to content

Commit a9d8ea2

Browse files
committed
Bump dependencies
OpenSSL 3.0.10 libdatachannel 0.18.6 godot-cpp 4.1-stable (used to be 4.1-rc2, this normalizes it) Includes a small Linux CI fix to run apt update before apt install.
1 parent 6e2262b commit a9d8ea2

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/build_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
- name: Install Linux build dependencies
156156
if: ${{ matrix.platform == 'linux' }}
157157
run: |
158+
sudo apt-get update
158159
sudo apt-get install build-essential gcc-multilib g++-multilib wget
159160
if [ ! -f ${{ matrix.buildroot }}-godot-linux-gnu_sdk-buildroot.tar.bz2 ]; then
160161
wget https://downloads.tuxfamily.org/godotengine/toolchains/linux/${{ matrix.buildroot }}-godot-linux-gnu_sdk-buildroot.tar.bz2

thirdparty/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Module location:
1919
## libdatachannel
2020

2121
- Upstream: https://github.com/paullouisageneau/libdatachannel
22-
- Version: 0.18.5 (0522acdd3dd6af9451a1aa4cd47647172f879a5f, 2023)
22+
- Version: 0.18.6 (bf8d8bd86afaffed89ba763107bcd8957c8cc319, 2023)
2323
- License: MPL 2.0
2424

2525
Module location:
@@ -52,7 +52,7 @@ Module location:
5252
## openssl
5353

5454
- Upstream: git://git.openssl.org/openssl.git
55-
- Version: 3.0.9 (de90e54bbe82e5be4fb9608b6f5c308bb837d355, 2023)
55+
- Version: 3.0.10 (245cb0291e0db99d9ccf3692fa76f440b2b054c2, 2023)
5656
- License: Apache 2.0
5757

5858
Module location:

thirdparty/openssl

Submodule openssl updated 145 files

0 commit comments

Comments
 (0)