mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
aedi: update fluidsynth to 2.2.8
This commit is contained in:
parent
2435b4b212
commit
c475fa2794
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.7.tar.gz',
|
||||
'460d86d8d687f567dc4780890b72538c7ff6b2082080ef2f9359d41670a309cf')
|
||||
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.8.tar.gz',
|
||||
'7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue