mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update fluidsynth to 2.4.0
This commit is contained in:
parent
5d853b7b71
commit
b35fa67dc8
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.7.tar.gz',
|
||||
'38d1d910783ab67c07a4d859d1aa95525979ff352b927e25b1ae894c774bb4c4',
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.0.tar.gz',
|
||||
'fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f',
|
||||
patches='fluidsynth-sf3-support')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue