aedi: update openal to 1.23.1

This commit is contained in:
alexey.lysiuk 2023-04-12 10:13:08 +03:00
parent 5b392fe702
commit 64c04410ec
1 changed files with 2 additions and 2 deletions

View File

@ -396,8 +396,8 @@ class OpenALTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://openal-soft.org/openal-releases/openal-soft-1.23.0.tar.bz2',
'057dcf96c3cdfcf40159800a93f57740fe79c2956f76247bee10e436b6657183')
'https://openal-soft.org/openal-releases/openal-soft-1.23.1.tar.bz2',
'796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21')
def configure(self, state: BuildState):
opts = state.options