diff mbox series

[v1,2/2] package/sdl2: bump to 2.30.0

Message ID 20240301121251.52287-2-thomas@devoogdt.com
State Superseded
Headers show
Series [v1,1/2] package/sdl2: drop video-x11-{xinerama, vm} | expand

Commit Message

Thomas Devoogdt March 1, 2024, 12:12 p.m. UTC
Changes (2.28.x):
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.0
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.1
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.2
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.3
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.4
  https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5

Changes (2.30.x):
  https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0

The odd numbers are pre-releases and are therefore not mentioned
in this bump commit.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
 package/sdl2/sdl2.hash | 4 ++--
 package/sdl2/sdl2.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/package/sdl2/sdl2.hash b/package/sdl2/sdl2.hash
index 7a28d5efc8..95d2cf959f 100644
--- a/package/sdl2/sdl2.hash
+++ b/package/sdl2/sdl2.hash
@@ -1,4 +1,4 @@ 
-# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.28.5.tar.gz.sig
-sha256  332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4  SDL2-2.28.5.tar.gz
+# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.30.0.tar.gz.sig
+sha256  36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0  SDL2-2.30.0.tar.gz
 # Locally calculated
 sha256  9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927  LICENSE.txt
diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index eb5042e3cd..91f6585761 100644
--- a/package/sdl2/sdl2.mk
+++ b/package/sdl2/sdl2.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-SDL2_VERSION = 2.28.5
+SDL2_VERSION = 2.30.0
 SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
 SDL2_SITE = http://www.libsdl.org/release
 SDL2_LICENSE = Zlib