From 138d08fb46d397b3dddbf10e4dc47e2a1afadb70 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Wed, 30 Mar 2022 00:40:13 +0200 Subject: [PATCH] Bump zlib to 1.2.12 because they deleted the 1.2.11 download link --- shared/packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/packages.sh b/shared/packages.sh index a0432d9d..0119531b 100644 --- a/shared/packages.sh +++ b/shared/packages.sh @@ -1,7 +1,7 @@ #!/bin/bash lib=zlib -ver=1.2.11 +ver=1.2.12 ZLIB_URL="https://zlib.net/$lib-$ver.tar.gz" ZLIB_DIR="$lib-$ver"