mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-20 18:42:23 +00:00
aedi: update zlib-ng to 2.1.3
This commit is contained in:
parent
e621be5349
commit
8a7e44d5bc
1 changed files with 2 additions and 2 deletions
|
@ -484,8 +484,8 @@ class ZlibNgTarget(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.2.tar.gz',
|
||||
'383560d6b00697c04e8878e26c0187b480971a8bce90ffd26a5a7b0f7ecf1a33')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.3.tar.gz',
|
||||
'd20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue