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:
parent
b1f9bc24dc
commit
94a9146476
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user