mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[sdl2] Update to 2.30.6 (#40259)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
parent
cb31deb441
commit
2983a790bb
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0ddd2439efece30735786a3530fced0bb645c0af",
|
||||
"version": "2.30.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e28edc448b13fae33fc8956adc9017e691a9a735",
|
||||
"version": "2.30.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user