Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4137,6 +4137,7 @@
"sdl3"
],
"versions": [
"3.4.2-1",
"3.4.0-2",
"3.4.0-1",
"3.2.10-2",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/sdl3/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(
'sdl3',
'c',
version: '3.4.0',
version: '3.4.2',
license: 'zlib',
meson_version: '>=1.6',

Check warning on line 6 in subprojects/packagefiles/sdl3/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.63.0

0.56.0: oldest version supported by WrapDB 0.62.0: dep 'dl' custom lookup 0.63.0: c_std in subproject default_options
default_options: ['c_std=none'],
)

Expand Down
8 changes: 4 additions & 4 deletions subprojects/sdl3.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = SDL3-3.4.0
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.0/SDL3-3.4.0.tar.gz
source_filename = SDL3-3.4.0.tar.gz
source_hash = 082cbf5f429e0d80820f68dc2b507a94d4cc1b4e70817b119bbb8ec6a69584b8
directory = SDL3-3.4.2
source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.4.2/SDL3-3.4.2.tar.gz
source_filename = SDL3-3.4.2.tar.gz
source_hash = ef39a2e3f9a8a78296c40da701967dd1b0d0d6e267e483863ce70f8a03b4050c
patch_directory = sdl3

[provide]
Expand Down
Loading