From c2b50d8f3080331a4b3953096d7071964e95d647 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 14:06:24 -0600 Subject: [PATCH] sdl2-ttf: add blake3 hash --- recipes/libs/sdl2-ttf/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libs/sdl2-ttf/recipe.toml b/recipes/libs/sdl2-ttf/recipe.toml index b8dec8c9a..2d74b62fd 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 = "" +blake3 = "9814a07f33a3501b414f0fc7fa962e7d7ffc56748406f3798b7698b8d7e7fe12" script = """ ./autogen.sh """