mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[sdl2] Bump to 2.26.4 (#30054)
* [sdl2] Update to 2.26.4. * [sdl2] Update baseline.
This commit is contained in:
parent
d96cc41dc2
commit
d08e708c21
@ -1,9 +1,8 @@
|
|||||||
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
|
|
||||||
vcpkg_from_github(
|
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 af50ae4dd86ee5827b27e4789c3bb071ea8e3e31e5e8d6cf7d66eef5ae9f3b9683f4adc92b5a30e15513ff6e2773f5978cdbd6484e1e259b1153303ae123539f
|
SHA512 b795810fdf18affd3a03f79354e8ac5525f1023b27cdf7858d463781c5977eea8b34e39c089f71c3ca2d23722af55a3910af79f70c021f40c6281ab1476e1818
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
PATCHES
|
||||||
deps.patch
|
deps.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
"version": "2.26.3",
|
"version": "2.26.4",
|
||||||
"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",
|
||||||
|
@ -7097,8 +7097,8 @@
|
|||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"sdl2": {
|
"sdl2": {
|
||||||
"baseline": "2.26.3",
|
"baseline": "2.26.4",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"sdl2-gfx": {
|
"sdl2-gfx": {
|
||||||
"baseline": "1.0.4",
|
"baseline": "1.0.4",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b63b10452df400319db87cadc9a3e1d9d1b752a5",
|
||||||
|
"version": "2.26.4",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "fca6245cea40954b09d7091b4a0ab02b16b3907c",
|
"git-tree": "fca6245cea40954b09d7091b4a0ab02b16b3907c",
|
||||||
"version": "2.26.3",
|
"version": "2.26.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user