aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-12-08 17:06:42 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-12-08 17:06:42 -0300
commitfda59d6ab9321a9be5cff01136883bc1eaf5b270 (patch)
tree846a099884fada8adb27ea602ee445045fe6f376
parent0f4c793427a1cf2b7879ee668c1479058412629c (diff)
downloadluarocks-fda59d6ab9321a9be5cff01136883bc1eaf5b270.tar.gz
luarocks-fda59d6ab9321a9be5cff01136883bc1eaf5b270.tar.bz2
luarocks-fda59d6ab9321a9be5cff01136883bc1eaf5b270.zip
Windows binary: update zlib to 1.2.13
-rw-r--r--binary/Makefile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary/Makefile.windows b/binary/Makefile.windows
index 3e540279..8d943ed1 100644
--- a/binary/Makefile.windows
+++ b/binary/Makefile.windows
@@ -8,7 +8,7 @@ OPENSSL_PLATFORM=mingw
8# Versions of dependencies 8# Versions of dependencies
9LIBLUA_VERSION=5.4.3 9LIBLUA_VERSION=5.4.3
10OPENSSL_VERSION=1.0.2o 10OPENSSL_VERSION=1.0.2o
11ZLIB_VERSION=1.2.12 11ZLIB_VERSION=1.2.13
12BZIP2_VERSION=1.0.6 12BZIP2_VERSION=1.0.6
13 13
14WINDOWS_DEPS_DIR=windows-deps-$(MINGW_PREFIX) 14WINDOWS_DEPS_DIR=windows-deps-$(MINGW_PREFIX)