mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
aedi: update zmusic to 1.1.10
This commit is contained in:
parent
6c420498c0
commit
e87918a0ae
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ class ZMusicTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.9.tar.gz',
|
||||
'4bf39917028bbe2f382748b4400a1cbaeb8975157fe404cff53411297d6ac68c')
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.10.tar.gz',
|
||||
'378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('include/zmusic.h')
|
||||
|
|
Loading…
Reference in a new issue