mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update zlib-ng to 2.1.6
This commit is contained in:
parent
ff433eb0a4
commit
b4fe154b69
1 changed files with 2 additions and 2 deletions
|
@ -494,8 +494,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.5.tar.gz',
|
||||
'3f6576971397b379d4205ae5451ff5a68edf6c103b2f03c4188ed7075fbb5f04')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.6.tar.gz',
|
||||
'a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue