[SDL2] update to 2.30.0 (#36568)

This commit is contained in:
Cheney Wang 2024-02-06 03:12:17 +08:00 committed by GitHub
parent fecdd89f28
commit ab231c2c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO libsdl-org/SDL REPO libsdl-org/SDL
REF "release-${VERSION}" REF "release-${VERSION}"
SHA512 d3cf7d356b79184dd211c9fbbfcb2a83d1acb68ee549ab82be109cd899039f18f0dbf3aedbf0800793c3a68580688014863b5d9bf79bcd366ff0e88252955e3c SHA512 c7635a83a52f3970a372b804a8631f0a7e6b8d89aed1117bcc54a2040ad0928122175004cf2b42cf84a4fd0f86236f779229eaa63dfa6ca9c89517f999c5ff1c
HEAD_REF main HEAD_REF main
PATCHES PATCHES
deps.patch deps.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "sdl2", "name": "sdl2",
"version": "2.28.5", "version": "2.30.0",
"port-version": 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.", "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", "homepage": "https://www.libsdl.org/download-2.0.php",
"license": "Zlib", "license": "Zlib",

View File

@ -7813,8 +7813,8 @@
"port-version": 6 "port-version": 6
}, },
"sdl2": { "sdl2": {
"baseline": "2.28.5", "baseline": "2.30.0",
"port-version": 1 "port-version": 0
}, },
"sdl2-gfx": { "sdl2-gfx": {
"baseline": "1.0.4", "baseline": "1.0.4",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4ab64007873e4e383360819f5227ad0747c649d1",
"version": "2.30.0",
"port-version": 0
},
{ {
"git-tree": "46ab8ddbed64fe98dab84eb0d95b8bb6e6d2d531", "git-tree": "46ab8ddbed64fe98dab84eb0d95b8bb6e6d2d531",
"version": "2.28.5", "version": "2.28.5",