File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -46,24 +46,26 @@ WASMTIME_BASEURL='https://github.com/bytecodealliance/wasmtime/releases'
46
46
47
47
# Package versions
48
48
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
55
55
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.
59
61
OPENAL_VERSION=1.23.1
60
62
OGG_VERSION=1.3.5
61
63
VORBIS_VERSION=1.3.7
62
- OPUS_VERSION=1.4
64
+ OPUS_VERSION=1.5.2
63
65
OPUSFILE_VERSION=0.12
64
66
NACLSDK_VERSION=44.0.2403.155
65
67
NACLRUNTIME_REVISION=2aea5fcfce504862a825920fcaea1a8426afbd6f
66
- NCURSES_VERSION=6.2
68
+ NCURSES_VERSION=6.5
67
69
WASISDK_VERSION=16.0
68
70
WASMTIME_VERSION=2.0.2
69
71
You can’t perform that action at this time.
0 commit comments