Bump zlib to v1.2.13

The 1.2.12 release was yanked due to security issues.
Updated the zlib download URL to GitHub for stability.
This commit is contained in:
llamasoft 2022-11-15 11:38:13 -05:00
parent b1f9bc24dc
commit 94a9146476

View File

@ -1,6 +1,6 @@
NAME := zlib
ZLIB_VERSION := 1.2.12
ZLIB_URL := https://zlib.net/zlib-$(ZLIB_VERSION).tar.gz
ZLIB_VERSION := 1.2.13
ZLIB_URL := https://github.com/madler/zlib/archive/refs/tags/v$(ZLIB_VERSION).tar.gz
ZLIB_PROGRAMS :=
ZLIB_LIBRARIEES := libz.a