Skip to content

Commit

Permalink
[sdl2] Update to version 2.30.8 (microsoft#41305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirlua authored Oct 4, 2024
1 parent 652a35c commit 7adc2e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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 65c972098cbe3a7dede6ba106c6678502b10ad93d2f1a980cc997a1facc11b211bc564ad4ef810248cc63e01a9adc6de23699a245cdaa8df89c7fb2d70c29a5e
SHA512 94ec7dba63b275545a6c3ab10cfe9feeb0a752ee46ff5e0083e0faa37097e1225a4efa060ca2acebf8d67ff192f06f18afc782891b190f6c0a561932575e8e50
HEAD_REF main
PATCHES
deps.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/sdl2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdl2",
"version": "2.30.7",
"version": "2.30.8",
"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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8149,7 +8149,7 @@
"port-version": 6
},
"sdl2": {
"baseline": "2.30.7",
"baseline": "2.30.8",
"port-version": 0
},
"sdl2-gfx": {
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": "1be978b7adf6e28f12242cc88e57ce84b0e3f34e",
"version": "2.30.8",
"port-version": 0
},
{
"git-tree": "bb45dd91a3494bfe75458c6ad2233e501367791e",
"version": "2.30.7",
Expand Down

0 comments on commit 7adc2e4

Please sign in to comment.