Skip to content

Commit

Permalink
[sdl2] update to 2.30.1 (#37532)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Mar 18, 2024
1 parent e8394b0 commit a3f5d7a
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 c7635a83a52f3970a372b804a8631f0a7e6b8d89aed1117bcc54a2040ad0928122175004cf2b42cf84a4fd0f86236f779229eaa63dfa6ca9c89517f999c5ff1c
SHA512 0a774a321a6f2834c198cbb9515a0df9fa0515c10520da5be3ab8f336fadd554fefd0f59518be3c7edc3b269966b7b1e44c0e530714209e381fe455478926bf8
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.0",
"version": "2.30.1",
"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 @@ -7893,7 +7893,7 @@
"port-version": 6
},
"sdl2": {
"baseline": "2.30.0",
"baseline": "2.30.1",
"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": "71b609d356d21c9479ddeb27f4737ab70982f4a5",
"version": "2.30.1",
"port-version": 0
},
{
"git-tree": "4ab64007873e4e383360819f5227ad0747c649d1",
"version": "2.30.0",
Expand Down

0 comments on commit a3f5d7a

Please sign in to comment.