mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:49:01 +08:00
[sdl2] Update to version 2.30.8 (#41305)
This commit is contained in:
parent
652a35c70a
commit
7adc2e4d49
@ -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
|
||||
|
@ -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",
|
||||
|
@ -8149,7 +8149,7 @@
|
||||
"port-version": 6
|
||||
},
|
||||
"sdl2": {
|
||||
"baseline": "2.30.7",
|
||||
"baseline": "2.30.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"sdl2-gfx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1be978b7adf6e28f12242cc88e57ce84b0e3f34e",
|
||||
"version": "2.30.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "bb45dd91a3494bfe75458c6ad2233e501367791e",
|
||||
"version": "2.30.7",
|
||||
|
Loading…
Reference in New Issue
Block a user