Skip to content

Commit

Permalink
aedi: update fluidsynth to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 28, 2024
1 parent 6a6fbe9 commit 987517e
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.4.tar.gz',
'1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9')
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.5.tar.gz',
'f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d')

def configure(self, state: BuildState):
opts = state.options
Expand Down

0 comments on commit 987517e

Please sign in to comment.