mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
aedi: update mpg123 to 1.32.3
This commit is contained in:
parent
bde88a27ce
commit
ec99fc768d
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.2.tar.bz2',
|
||||
'ce77e9c20f4fa47c78f5cc7a7fcc97b9a2c36a03eb31fba8e0cf9933df79ea38',
|
||||
'https://www.mpg123.de/download/mpg123-1.32.3.tar.bz2',
|
||||
'2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4',
|
||||
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue