mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update mpg123 to 1.29.2
This commit is contained in:
parent
294e3cacdc
commit
def11622ac
1 changed files with 2 additions and 2 deletions
|
@ -336,8 +336,8 @@ class Mpg123Target(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://www.mpg123.de/download/mpg123-1.29.0.tar.bz2',
|
'https://www.mpg123.de/download/mpg123-1.29.2.tar.bz2',
|
||||||
'135e0172dfb6c7937a81f1188c27f9a47b0a337f7637680039ff3ee5fea3ce7d',
|
'9071214ebdfc1b6ed0c0a85d530010bbb8ebc044cfe5ae5930e83f7e6b7937e6',
|
||||||
patches='mpg123-fix-cmake')
|
patches='mpg123-fix-cmake')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
|
|
Loading…
Reference in a new issue