Skip to content

Commit b9b25d4

Browse files
illwieckzslipher
authored andcommitted
external_deps: bump lib versions
1 parent f439a2f commit b9b25d4

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

external_deps/build.sh

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,26 @@ WASMTIME_BASEURL='https://github.com/bytecodealliance/wasmtime/releases'
4646

4747
# Package versions
4848
PKGCONFIG_VERSION=0.29.2
49-
NASM_VERSION=2.16.01
50-
ZLIB_VERSION=1.2.13
51-
GMP_VERSION=6.2.1
52-
NETTLE_VERSION=3.8.1
53-
CURL_VERSION=7.83.1
54-
SDL2_VERSION=2.26.5
49+
NASM_VERSION=2.16.03
50+
ZLIB_VERSION=1.3.1
51+
GMP_VERSION=6.3.0
52+
NETTLE_VERSION=3.10.1
53+
CURL_VERSION=8.12.1
54+
SDL2_VERSION=2.32.2
5555
GLEW_VERSION=2.2.0
56-
PNG_VERSION=1.6.39
57-
JPEG_VERSION=2.1.5.1
58-
WEBP_VERSION=1.3.2
56+
PNG_VERSION=1.6.47
57+
JPEG_VERSION=3.0.1
58+
# WebP 1.5.0 requires vld1q_u8_x4() on arm64, but GCC 8.3.0 from Debian Buster doesn't provide it.
59+
WEBP_VERSION=1.4.0
60+
# OpenAL 1.24.2 requires for_each_n() from C++ 20, but GCC 8.3.0 from Debian Buster doesn't provide it.
5961
OPENAL_VERSION=1.23.1
6062
OGG_VERSION=1.3.5
6163
VORBIS_VERSION=1.3.7
62-
OPUS_VERSION=1.4
64+
OPUS_VERSION=1.5.2
6365
OPUSFILE_VERSION=0.12
6466
NACLSDK_VERSION=44.0.2403.155
6567
NACLRUNTIME_REVISION=2aea5fcfce504862a825920fcaea1a8426afbd6f
66-
NCURSES_VERSION=6.2
68+
NCURSES_VERSION=6.5
6769
WASISDK_VERSION=16.0
6870
WASMTIME_VERSION=2.0.2
6971

0 commit comments

Comments
 (0)