mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update zmusic to 1.1.9
This commit is contained in:
parent
2fba84e6ff
commit
bc7d980f59
1 changed files with 2 additions and 2 deletions
|
@ -524,8 +524,8 @@ class ZMusicTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.8.tar.gz',
|
||||
'73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68')
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.9.tar.gz',
|
||||
'4bf39917028bbe2f382748b4400a1cbaeb8975157fe404cff53411297d6ac68c')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('include/zmusic.h')
|
||||
|
|
Loading…
Reference in a new issue