Skip to content

Commit

Permalink
aedi: update openal to 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 28, 2024
1 parent 452bdbf commit d5b240e
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.24.0.tar.bz2',
'46cedbf46213d5f5ea255b7489a8b1a234c07c5d77bfb8e70f1c64ce09c8b765')
'https://openal-soft.org/openal-releases/openal-soft-1.24.1.tar.bz2',
'0b9883d2e372d4ce66d37b142ab10b606a8a0ed3e873d1e070b1c878b695425a')

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

0 comments on commit d5b240e

Please sign in to comment.