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.7
This commit is contained in:
parent
d195aa2b84
commit
4d94107fe3
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.6.tar.gz',
|
||||
'3340d73286b28fe6e5150fbe12648d4640e86c64c228878b572773bd08cac531',
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.7.tar.gz',
|
||||
'38d1d910783ab67c07a4d859d1aa95525979ff352b927e25b1ae894c774bb4c4',
|
||||
patches='fluidsynth-sf3-support')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue