aedi: update zlib-ng to 2.0.3

This commit is contained in:
alexey.lysiuk 2021-05-16 10:08:34 +03:00
parent a96be34437
commit ab15fd07a6
1 changed files with 2 additions and 2 deletions

View File

@ -457,8 +457,8 @@ class ZlibNgTarget(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/zlib-ng/zlib-ng/archive/2.0.2.tar.gz',
'dd37886f22ca6890e403ea6c1d60f36eab1d08d2f232a35f5b02126621149d28')
'https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.0.3.tar.gz',
'30305bd1551e3454bddf574f9863caf7137dde0fdbd4dcd7094eacfbb23955a0')
def detect(self, state: BuildState) -> bool:
return os.path.exists(state.source + 'zlib-ng.h')