diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:22:46 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:22:46 -0300 |
commit | 544ea211fede3f71a2b08fb74aa4a7027fc6e09b (patch) | |
tree | 4d6233d8238a684bef402960953532d74b7c43fe /binary | |
parent | 36c6773408ca59a71b5370e9ed18d12c67c18e88 (diff) | |
download | luarocks-544ea211fede3f71a2b08fb74aa4a7027fc6e09b.tar.gz luarocks-544ea211fede3f71a2b08fb74aa4a7027fc6e09b.tar.bz2 luarocks-544ea211fede3f71a2b08fb74aa4a7027fc6e09b.zip |
deps: bump zlib version
Diffstat (limited to 'binary')
-rw-r--r-- | binary/Makefile.windows | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
8 | # Versions of dependencies | 8 | # Versions of dependencies |
9 | LIBLUA_VERSION=5.4.3 | 9 | LIBLUA_VERSION=5.4.3 |
10 | OPENSSL_VERSION=1.0.2o | 10 | OPENSSL_VERSION=1.0.2o |
11 | ZLIB_VERSION=1.2.12 | 11 | ZLIB_VERSION=1.3.1 |
12 | BZIP2_VERSION=1.0.6 | 12 | BZIP2_VERSION=1.0.6 |
13 | 13 | ||
14 | WINDOWS_DEPS_DIR=windows-deps-$(MINGW_PREFIX) | 14 | WINDOWS_DEPS_DIR=windows-deps-$(MINGW_PREFIX) |