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.2.2
This commit is contained in:
parent
3f2c4987b4
commit
ad766e61f4
1 changed files with 2 additions and 2 deletions
|
@ -480,8 +480,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.6.tar.gz',
|
||||
'a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2.tar.gz',
|
||||
'fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue