mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 02:51:43 +00:00
aedi: update fluidsynth to 2.2.7
This commit is contained in:
parent
b4b2413876
commit
040aaecd2d
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.6.tar.gz',
|
||||
'ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f')
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.7.tar.gz',
|
||||
'460d86d8d687f567dc4780890b72538c7ff6b2082080ef2f9359d41670a309cf')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue