From 544ea211fede3f71a2b08fb74aa4a7027fc6e09b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 27 Feb 2024 14:22:46 -0300 Subject: deps: bump zlib version --- binary/Makefile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/Makefile.windows b/binary/Makefile.windows index 3e540279..e749cb00 100644 --- a/binary/Makefile.windows +++ b/binary/Makefile.windows @@ -8,7 +8,7 @@ OPENSSL_PLATFORM=mingw # Versions of dependencies LIBLUA_VERSION=5.4.3 OPENSSL_VERSION=1.0.2o -ZLIB_VERSION=1.2.12 +ZLIB_VERSION=1.3.1 BZIP2_VERSION=1.0.6 WINDOWS_DEPS_DIR=windows-deps-$(MINGW_PREFIX) -- cgit v1.2.3-55-g6feb