aedi: update flac to 1.5.0

This commit is contained in:
alexey.lysiuk 2025-02-11 15:39:35 +02:00
parent 8ffa72cc38
commit 4e852cd5fe

View file

@ -83,8 +83,8 @@ class FlacTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/xiph/flac/releases/download/1.4.3/flac-1.4.3.tar.xz', 'https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0.tar.xz',
'6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70') 'f2c1c76592a82ffff8413ba3c4a1299b6c7ab06c734dee03fd88630485c2b920')
def configure(self, state: BuildState): def configure(self, state: BuildState):
opts = state.options opts = state.options