aedi: update zlib-ng to 2.2.2

This commit is contained in:
alexey.lysiuk 2024-09-17 15:28:08 +03:00
parent 3f2c4987b4
commit ad766e61f4

View file

@ -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')