From e0b48c54db953c892c2b76d5b4ff04e1eb8f1de1 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 13 Apr 2026 17:01:56 +0300 Subject: [PATCH] builder-linux: update zlib --- docs/compile/builder-linux/build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compile/builder-linux/build_deps.sh b/docs/compile/builder-linux/build_deps.sh index d265eb9..466f3db 100755 --- a/docs/compile/builder-linux/build_deps.sh +++ b/docs/compile/builder-linux/build_deps.sh @@ -17,7 +17,7 @@ dl_deps() exists_dir libnetfilter_queue-* || curl -Lo - https://www.netfilter.org/pub/libnetfilter_queue/libnetfilter_queue-1.0.5.tar.bz2 | tar -xj || exit 5 exists_dir zlib-* || - curl -Lo - https://zlib.net/fossils/zlib-1.3.1.tar.gz | tar -xz || exit 5 + curl -Lo - https://zlib.net/fossils/zlib-1.3.2.tar.gz | tar -xz || exit 5 exists_dir luajit2-* || curl -Lo - https://github.com/openresty/luajit2/archive/refs/tags/v${LUAJIT_RELEASE}.tar.gz | tar -xz || exit 5 exists_dir lua-* ||