mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update mpg123 to 1.32.9
This commit is contained in:
parent
84b7369b7a
commit
d3b751f29d
1 changed files with 2 additions and 2 deletions
|
@ -306,8 +306,8 @@ class Mpg123Target(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://www.mpg123.de/download/mpg123-1.32.8.tar.bz2',
|
||||
'feee1374c79540e0e405df0bc45fde20ad67011425c361a2759e2146894a27a7',
|
||||
'https://www.mpg123.de/download/mpg123-1.32.9.tar.bz2',
|
||||
'03b61e4004e960bacf2acdada03ed94d376e6aab27a601447bd4908d8407b291',
|
||||
patches=('mpg123-have-fpu', 'mpg123-no-syn123'))
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue