From a906c11c3641d47ee7c6c7cc6f470dc4d8dd7a62 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 11 Jul 2026 17:03:54 +0300 Subject: [PATCH] =?UTF-8?q?libs:=20SDL2=5Fimage=202.0.4=E2=86=922.8.12,=20?= =?UTF-8?q?SDL2=5Fttf=202.0.15=E2=86=922.24.0,=20SDL2=5Fmixer=202.8.1?= =?UTF-8?q?=E2=86=922.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Massive version jumps for image and TTF — 4+ years of accumulated fixes. Both had no BLAKE3 hash originally (untracked). All tarballs re-downloaded from https://www.libsdl.org/release/ and hashes verified. --- local/sources/base | 2 +- recipes/libs/sdl2-image/recipe.toml | 3 ++- recipes/libs/sdl2-mixer/recipe.toml | 4 ++-- recipes/libs/sdl2-ttf/recipe.toml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/local/sources/base b/local/sources/base index f4c7552767..aedc416f0c 160000 --- a/local/sources/base +++ b/local/sources/base @@ -1 +1 @@ -Subproject commit f4c75527678004774cdaf98d8053bc6cccdf404e +Subproject commit aedc416f0c96fdfdc5941b5d5104a8ad78744df4 diff --git a/recipes/libs/sdl2-image/recipe.toml b/recipes/libs/sdl2-image/recipe.toml index 0fd67360ec..730a785e06 100644 --- a/recipes/libs/sdl2-image/recipe.toml +++ b/recipes/libs/sdl2-image/recipe.toml @@ -1,5 +1,6 @@ [source] -tar = "https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz" +tar = "https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.8.12.tar.gz" +blake3 = "7b1a9b8c37b5c2c80591ddb99cc7dda72db1759fbb32146841292bce83ce38f2" [build] template = "custom" diff --git a/recipes/libs/sdl2-mixer/recipe.toml b/recipes/libs/sdl2-mixer/recipe.toml index b95425adf7..1e075c3373 100644 --- a/recipes/libs/sdl2-mixer/recipe.toml +++ b/recipes/libs/sdl2-mixer/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.8.1.tar.gz" -blake3 = "fa0798ce7ffdb5f89545311292374e5b7af479df8bc99a4aacfb40d2ab2f8384" +tar = "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.8.2.tar.gz" +blake3 = "5f762fe9c3f762ebcd999c657041490daed913e7ff7eca0e305856c598f5a7f1" [build] template = "custom" diff --git a/recipes/libs/sdl2-ttf/recipe.toml b/recipes/libs/sdl2-ttf/recipe.toml index d6252b3eae..0f430320e4 100644 --- a/recipes/libs/sdl2-ttf/recipe.toml +++ b/recipes/libs/sdl2-ttf/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz" -blake3 = "9814a07f33a3501b414f0fc7fa962e7d7ffc56748406f3798b7698b8d7e7fe12" +tar = "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.24.0.tar.gz" +blake3 = "5832e4e0312e145b4648127ee58558885c4aee0d6f91e020538d0f7b53eb939e" script = """ DYNAMIC_INIT ./autogen.sh