From f49e6846b3a2f18a79c23be6838962f9cefd43f6 Mon Sep 17 00:00:00 2001 From: jim wang <122244446+jimwang118@users.noreply.github.com> Date: Tue, 4 Jun 2024 05:07:22 +0000 Subject: [PATCH] [sdl2] Update to 2.30.3 (#39097) Fixes https://github.com/microsoft/vcpkg/issues/39079 - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [X] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. Usage test pass with following triplets: ``` x64-windows x64-windows-static ``` --- ports/sdl2/portfile.cmake | 2 +- ports/sdl2/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/sdl2.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index 194b3c6c65..09fddc08b4 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libsdl-org/SDL REF "release-${VERSION}" - SHA512 0a774a321a6f2834c198cbb9515a0df9fa0515c10520da5be3ab8f336fadd554fefd0f59518be3c7edc3b269966b7b1e44c0e530714209e381fe455478926bf8 + SHA512 3a7c6c0515205338a023ada230128e658f4ecff3ccd371d33cd9bb82eb4992db972241faf44f325f7d536c7dedb0a02ee1574b7a84ba3c9856cae9e6d25bdbdc HEAD_REF main PATCHES deps.patch diff --git a/ports/sdl2/vcpkg.json b/ports/sdl2/vcpkg.json index 2ae6366581..df7b257a7e 100644 --- a/ports/sdl2/vcpkg.json +++ b/ports/sdl2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sdl2", - "version": "2.30.1", + "version": "2.30.3", "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", diff --git a/versions/baseline.json b/versions/baseline.json index 3313e7f9b5..41108e8df3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7969,7 +7969,7 @@ "port-version": 6 }, "sdl2": { - "baseline": "2.30.1", + "baseline": "2.30.3", "port-version": 0 }, "sdl2-gfx": { diff --git a/versions/s-/sdl2.json b/versions/s-/sdl2.json index a1c778f0ef..cd7a58e4ec 100644 --- a/versions/s-/sdl2.json +++ b/versions/s-/sdl2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "016040fbf13b72364c405d2dfeb733273efbae75", + "version": "2.30.3", + "port-version": 0 + }, { "git-tree": "71b609d356d21c9479ddeb27f4737ab70982f4a5", "version": "2.30.1",