diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-17 23:28:25 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-10-17 23:35:04 +0200 |
commit | c8a35027a80f380612540034cf145323b877ce8b (patch) | |
tree | 608618fd50dd872300038a800892aec075b63116 /deps/makedeps.sh | |
parent | a40fe14c0ce2b0e4cbb9589740030586d59b4fd1 (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'deps/makedeps.sh')
-rwxr-xr-x | deps/makedeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/makedeps.sh b/deps/makedeps.sh index 6812471..12b0d39 100755 --- a/deps/makedeps.sh +++ b/deps/makedeps.sh @@ -72,7 +72,7 @@ export NASM=nasm-2.12.02 #export TOR=tor-0.3.0.9 export PKGCONFIG=pkg-config-0.29.2 export OPENSSL=openssl-1.1.1f -export ZLIB=zlib-1.2.12 +export ZLIB=zlib-1.2.13 export LIBEVENT=libevent-2.1.8-stable export BUILDDIRS="build_python build_binutils build_gcc build_musl build_tor build_mingw_binutils build_mingw_hdr build_mingw_crt build_mingw_gcc build_nasm build_mingw_winpthread build_pkgconfig build_mingw_openssl build_mingw_zlib build_mingw_libevent build_mingw_tor" |