Skip to content

Commit

Permalink
[sdl2] Update to 2.30.6 (microsoft#40259)
Browse files Browse the repository at this point in the history
Co-authored-by: jim wang <[email protected]>
  • Loading branch information
AregevDev and jimwang118 authored Aug 16, 2024
1 parent cb31deb commit 2983a79
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/sdl2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL
REF "release-${VERSION}"
SHA512 1df251333904c8530736a04cd699bcb2b786ad4bcb50e4d67e30cf7e857a46d60aeb48ebea8670f8aecc5632b3cfe635499721ed0cd72f6c8330d5e8ad32aacc
SHA512 3c9486cc42baae1b97f3fcc38fb2ee54071236c588bf33d1140502b1b5b05cec18bb5d11c4bbf66ca055b561cd28dfb294ccca55d44e1561df9d6c6cfc530194
HEAD_REF main
PATCHES
deps.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/sdl2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sdl2",
"version": "2.30.5",
"port-version": 1,
"version": "2.30.6",
"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/download-2.0.php",
"license": "Zlib",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8069,8 +8069,8 @@
"port-version": 6
},
"sdl2": {
"baseline": "2.30.5",
"port-version": 1
"baseline": "2.30.6",
"port-version": 0
},
"sdl2-gfx": {
"baseline": "1.0.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sdl2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0ddd2439efece30735786a3530fced0bb645c0af",
"version": "2.30.6",
"port-version": 0
},
{
"git-tree": "e28edc448b13fae33fc8956adc9017e691a9a735",
"version": "2.30.5",
Expand Down

0 comments on commit 2983a79

Please sign in to comment.