Skip to content

Commit a200a5b

Browse files
illwieckzslipher
authored andcommitted
external_deps: bump lib versions
1 parent 382ec50 commit a200a5b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

external_deps/build.sh

+13-11
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,25 @@ WASMTIME_BASEURL='https://github.com/bytecodealliance/wasmtime/releases'
4444

4545
# Package versions
4646
PKGCONFIG_VERSION=0.29.2
47-
NASM_VERSION=2.16.01
48-
ZLIB_VERSION=1.2.13
49-
GMP_VERSION=6.2.1
50-
NETTLE_VERSION=3.8.1
51-
CURL_VERSION=7.83.1
52-
SDL2_VERSION=2.26.5
47+
NASM_VERSION=2.16.03
48+
ZLIB_VERSION=1.3.1
49+
GMP_VERSION=6.3.0
50+
NETTLE_VERSION=3.10.1
51+
CURL_VERSION=8.12.1
52+
SDL2_VERSION=2.32.2
5353
GLEW_VERSION=2.2.0
54-
PNG_VERSION=1.6.39
55-
JPEG_VERSION=2.1.5.1
56-
WEBP_VERSION=1.3.2
54+
PNG_VERSION=1.6.47
55+
JPEG_VERSION=3.0.1
56+
# WebP 1.5.0 requires vld1q_u8_x4() on arm64, but GCC 8.3.0 from Debian Buster doesn't provide it.
57+
WEBP_VERSION=1.4.0
58+
# OpenAL 1.24.2 requires for_each_n() from C++ 20, but GCC 8.3.0 from Debian Buster doesn't provide it.
5759
OPENAL_VERSION=1.23.1
5860
OGG_VERSION=1.3.5
5961
VORBIS_VERSION=1.3.7
60-
OPUS_VERSION=1.4
62+
OPUS_VERSION=1.5.2
6163
OPUSFILE_VERSION=0.12
6264
NACLSDK_VERSION=44.0.2403.155
63-
NCURSES_VERSION=6.2
65+
NCURSES_VERSION=6.5
6466
WASISDK_VERSION=16.0
6567
WASMTIME_VERSION=2.0.2
6668

0 commit comments

Comments
 (0)