mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
aedi: update zlib-ng to 2.1.4
This commit is contained in:
parent
51b70c7768
commit
43d9c7469e
1 changed files with 2 additions and 2 deletions
|
@ -496,8 +496,8 @@ class ZlibNgTarget(base.CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.3.tar.gz',
|
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.4.tar.gz',
|
||||||
'd20e55f89d71991c59f1c5ad1ef944815e5850526c0d9cd8e504eaed5b24491a')
|
'a0293475e6a44a3f6c045229fe50f69dc0eebc62a42405a51f19d46a5541e77a')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('zlib-ng.h')
|
return state.has_source_file('zlib-ng.h')
|
||||||
|
|
Loading…
Reference in a new issue