mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update fluidsynth to 2.2.6
This commit is contained in:
parent
0310412429
commit
d76981e78c
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.5.tar.gz',
|
||||
'9037e703617f91c4c36039a5059e0f624164799d856af715bcd8a23c07ba03b8')
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.6.tar.gz',
|
||||
'ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue