aedi: update mpg123 to 1.32.2

This commit is contained in:
alexey.lysiuk 2023-10-02 10:02:56 +03:00
parent 1244e6e3e6
commit 975709d060
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ class Mpg123Target(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://www.mpg123.de/download/mpg123-1.31.3.tar.bz2',
'1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a',
'https://www.mpg123.de/download/mpg123-1.32.2.tar.bz2',
'ce77e9c20f4fa47c78f5cc7a7fcc97b9a2c36a03eb31fba8e0cf9933df79ea38',
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
def configure(self, state: BuildState):