mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
[sdl2] update to 2.24.1 (#27168)
This commit is contained in:
parent
2111a4872b
commit
ede90f9507
@ -1,9 +1,9 @@
|
||||
set(SDL2_VERSION 2.24.0)
|
||||
set(SDL2_VERSION 2.24.1)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libsdl-org/SDL
|
||||
REF 8c9beb0c873f6ca5efbd88f1ad2648bfc793b2ac #vrelease-2.24.0
|
||||
SHA512 7936fc3de9920eafe399f5b2af7bf87d479d4ba8c4a7957da90f3a90316dc7a6b8619ffd7a2c198d298d390e1235e00f9bd36fe3f04102bdff351b96c2ade59e
|
||||
REF a1d1946dcba6509f0679f507b57e7b228d32e6f8 #vrelease-2.24.1
|
||||
SHA512 78794c5142153d9d7516815f6e9b2c153ab3cab466cbc35635d27d9bb7cd9cbfa2bb66b63569454d2de89975eba8a662d79ccba87204a263ddbf0bfd339b6926
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0001-sdl2-Enable-creation-of-pkg-cfg-file-on-windows.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sdl2",
|
||||
"version": "2.24.0",
|
||||
"version": "2.24.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",
|
||||
|
@ -6685,7 +6685,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"sdl2": {
|
||||
"baseline": "2.24.0",
|
||||
"baseline": "2.24.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"sdl2-gfx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "565601c4ca1fdc5656fa7c474f0a50af24073a0c",
|
||||
"version": "2.24.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "dbd3f6b2c738602adc3b3aa7c314212bff79b620",
|
||||
"version": "2.24.0",
|
||||
|
Loading…
Reference in New Issue
Block a user