mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update zmusic to 1.1.8
[skip ci]
This commit is contained in:
parent
fa1727f8ec
commit
9c57ad5698
1 changed files with 2 additions and 2 deletions
|
@ -475,8 +475,8 @@ class ZMusicTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.7.tar.gz',
|
||||
'3800e40da5015fb3eee408b0639d69ece49cfd0d00466292e48b8ff94383d9f2')
|
||||
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.8.tar.gz',
|
||||
'73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return os.path.exists(state.source + 'include/zmusic.h')
|
||||
|
|
Loading…
Reference in a new issue