mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 02:51:43 +00:00
aedi: update fluidsynth to 2.3.1
This commit is contained in:
parent
3e3b1b5835
commit
9da53df32f
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.0.tar.gz',
|
||||
'1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20')
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.1.tar.gz',
|
||||
'd734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue