mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update fluidsynth to 2.1.7
This commit is contained in:
parent
a69bdbe929
commit
d4933137d1
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.6.tar.gz',
|
'https://github.com/FluidSynth/fluidsynth/archive/v2.1.7.tar.gz',
|
||||||
'328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a')
|
'365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return os.path.exists(state.source + 'fluidsynth.pc.in')
|
return os.path.exists(state.source + 'fluidsynth.pc.in')
|
||||||
|
|
Loading…
Reference in a new issue