mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
build script: update mpg123 target to 1.26.4
This commit is contained in:
parent
cee1f63836
commit
f085959d4b
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -1028,8 +1028,8 @@ class Mpg123Target(ConfigureMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, builder: 'Builder'):
|
||||
builder.download_source(
|
||||
'https://www.mpg123.de/download/mpg123-1.26.3.tar.bz2',
|
||||
'30c998785a898f2846deefc4d17d6e4683a5a550b7eacf6ea506e30a7a736c6e')
|
||||
'https://www.mpg123.de/download/mpg123-1.26.4.tar.bz2',
|
||||
'081991540df7a666b29049ad870f293cfa28863b36488ab4d58ceaa7b5846454')
|
||||
|
||||
def detect(self, builder: 'Builder') -> bool:
|
||||
return os.path.exists(builder.source_path + 'libmpg123.pc.in')
|
||||
|
|
Loading…
Reference in a new issue