Skip to content

Commit

Permalink
aedi: update openal to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 17, 2024
1 parent 1927ed7 commit c46f545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/library_tier1.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ def __init__(self, name='openal'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://openal-soft.org/openal-releases/openal-soft-1.23.1.tar.bz2',
'796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21')
'https://openal-soft.org/openal-releases/openal-soft-1.24.0.tar.bz2',
'46cedbf46213d5f5ea255b7489a8b1a234c07c5d77bfb8e70f1c64ce09c8b765')

def configure(self, state: BuildState):
opts = state.options
Expand Down

0 comments on commit c46f545

Please sign in to comment.