mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update mpg123 to 1.32.2
This commit is contained in:
parent
1244e6e3e6
commit
975709d060
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue