mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 20:32:42 +00:00
aedi: update fluidsynth to 2.3.6
This commit is contained in:
parent
264e6f55b5
commit
fcdfe72922
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ class FluidSynthTarget(base.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/refs/tags/v2.3.5.tar.gz',
|
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.6.tar.gz',
|
||||||
'f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d',
|
'3340d73286b28fe6e5150fbe12648d4640e86c64c228878b572773bd08cac531',
|
||||||
patches='fluidsynth-sf3-support')
|
patches='fluidsynth-sf3-support')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
|
|
Loading…
Reference in a new issue