openal: Use github for source, as original site has expired certificate

This commit is contained in:
Jeremy Soller 2025-10-28 18:30:43 -06:00
parent 8f892754d1
commit 29a11d9a8f
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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"
]