mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update zlib-ng to 2.0.6
This commit is contained in:
parent
e2a01b9527
commit
ff251af532
1 changed files with 2 additions and 2 deletions
|
@ -506,8 +506,8 @@ class ZlibNgTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.0.5.tar.gz',
|
||||
'eca3fe72aea7036c31d00ca120493923c4d5b99fe02e6d3322f7c88dbdcd0085')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.0.6.tar.gz',
|
||||
'8258b75a72303b661a238047cb348203d88d9dddf85d480ed885f375916fcab6')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue