Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdl3] Update to 3.2.2 #43586

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions ports/sdl3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL
REF "release-3.2.0"
SHA512 ce91a1efb42dae97ad0c28573a9cc682b954a6e2df56f2c5ce2cda78bf589564f927620b55272cb67e0ae021f8385a105b59d1b27b4239c15439b7848f416bff
REF "release-${VERSION}"
SHA512 6caf389f14102da2c31a35b439b2911c6ed24656bdc4fe8186a93423f2714b4507bf41268e9e4fa2032dbece968c8d092cd7ec16b9338979d6358ecb1e1f7884
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/sdl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdl3",
"version": "3.2.0",
"version": "3.2.2",
"description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
"homepage": "https://www.libsdl.org",
"license": "Zlib AND MIT AND Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8285,7 +8285,7 @@
"port-version": 11
},
"sdl3": {
"baseline": "3.2.0",
"baseline": "3.2.2",
"port-version": 0
},
"sdl3-image": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdl3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "492cf0f6d8f57bf0d29b11222e640ecda2080ec0",
"version": "3.2.2",
"port-version": 0
},
{
"git-tree": "97f613abfcf62e33359d8cf7b67de5d689408381",
"version": "3.2.0",
Expand Down