mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
aedi: update zlib-ng to 2.1.5
This commit is contained in:
parent
9c149dfcf2
commit
aef19262c2
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.4.tar.gz',
|
||||
'a0293475e6a44a3f6c045229fe50f69dc0eebc62a42405a51f19d46a5541e77a')
|
||||
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.5.tar.gz',
|
||||
'3f6576971397b379d4205ae5451ff5a68edf6c103b2f03c4188ed7075fbb5f04')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('zlib-ng.h')
|
||||
|
|
Loading…
Reference in a new issue