mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: updated zlib-ng to 2.0.2
This commit is contained in:
parent
fc27664ade
commit
296f3cc8f3
1 changed files with 2 additions and 2 deletions
|
@ -928,8 +928,8 @@ class ZlibNgTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/2.0.1.tar.gz',
|
||||
'8599893f9b78bf979c1a1d6549b730367c9186560c6879590354998cc55428cf')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/2.0.2.tar.gz',
|
||||
'dd37886f22ca6890e403ea6c1d60f36eab1d08d2f232a35f5b02126621149d28')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return os.path.exists(state.source + 'zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue