Skip to content

Commit

Permalink
aedi: update fluidsynth to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 20, 2024
1 parent d195aa2 commit 4d94107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/library_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def __init__(self, name='fluidsynth'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.6.tar.gz',
'3340d73286b28fe6e5150fbe12648d4640e86c64c228878b572773bd08cac531',
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.7.tar.gz',
'38d1d910783ab67c07a4d859d1aa95525979ff352b927e25b1ae894c774bb4c4',
patches='fluidsynth-sf3-support')

def configure(self, state: BuildState):
Expand Down

0 comments on commit 4d94107

Please sign in to comment.