From c15b73a140ed859287745d0b81f7344fd8f6f649 Mon Sep 17 00:00:00 2001 From: ouss-ch Date: Sun, 26 Jun 2022 12:07:47 +0000 Subject: [PATCH] Update version: 1.2.11 -> 1.2.12 The 1.2.11 version link was no longer available. Signed-off-by: Oussama Chayeb --- Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.uk b/Makefile.uk index 81931ee..220f915 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -39,7 +39,7 @@ $(eval $(call addlib_s,libzlib,$(CONFIG_LIBZLIB))) ################################################################################ # Original sources ################################################################################ -LIBZLIB_VERSION=1.2.11 +LIBZLIB_VERSION=1.2.12 LIBZLIB_URL=http://www.zlib.net/zlib-$(LIBZLIB_VERSION).tar.gz LIBZLIB_DIR=zlib-$(LIBZLIB_VERSION)