mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update zmusic to 1.1.6
This commit is contained in:
parent
eca10bae34
commit
1daa433927
1 changed files with 2 additions and 2 deletions
|
@ -942,8 +942,8 @@ class ZMusicTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/coelckers/ZMusic/archive/1.1.5.tar.gz',
|
||||
'4f57555629a5093f866fab03c3b0ba74a650949824904ce4983c860039700090')
|
||||
'https://github.com/coelckers/ZMusic/archive/1.1.6.tar.gz',
|
||||
'2cc4a08c4d213df80743828538631f452e1858c2ea5bb47a616e221492de05c0')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return os.path.exists(state.source + 'include/zmusic.h')
|
||||
|
|
Loading…
Reference in a new issue