Skip to content

Commit

Permalink
aedi: update zmusic to 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 10, 2024
1 parent 83fa469 commit 46f099c
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 @@ -478,8 +478,8 @@ def __init__(self, name='zmusic'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/ZDoom/ZMusic/archive/refs/tags/1.1.13.tar.gz',
'564e210837b653013e01d67f04d0d906a9f0a923521e0c305463ec4f4a139ed4')
'https://github.com/ZDoom/ZMusic/archive/refs/tags/1.1.14.tar.gz',
'f04410fe4ea08136f37703e7715c27df4c8532ace1e721cf40c6f303a93acc54')

def detect(self, state: BuildState) -> bool:
return state.has_source_file('include/zmusic.h')
Expand Down

0 comments on commit 46f099c

Please sign in to comment.