From 29a11d9a8fb3887d2b3dbb7ac2055e15dc97fab5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 28 Oct 2025 18:30:43 -0600 Subject: [PATCH] openal: Use github for source, as original site has expired certificate --- recipes/wip/libs/audio/openal/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/audio/openal/recipe.toml b/recipes/wip/libs/audio/openal/recipe.toml index 0f1d8352e..ad05cfba9 100644 --- a/recipes/wip/libs/audio/openal/recipe.toml +++ b/recipes/wip/libs/audio/openal/recipe.toml @@ -1,6 +1,6 @@ [source] -tar = "https://openal-soft.org/openal-releases/openal-soft-1.24.1.tar.bz2" -blake3 = "8aeaa8307d3e14331ad20761c537ffebe70975cb7c3343e8d5c0c0ed7bc16eab" +tar = "https://github.com/kcat/openal-soft/archive/refs/tags/1.24.1.tar.gz" +blake3 = "da65f839d4cee560371d08fc977f90757f964f49b14655b1d8d43f779c90a815" patches = [ "redox.patch" ]