Update zlib to 1.2.12

This commit is contained in:
fosslinux 2022-04-24 13:58:50 +10:00
parent cc2b17c46b
commit acf713595c
3 changed files with 3 additions and 3 deletions

View File

@ -163,8 +163,8 @@ class SysC(SysGeneral):
self.get_file(["https://mirrors.kernel.org/gnu/texinfo/texinfo-6.7.tar.xz",
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-b81ec69.tar.gz"])
# zlib 1.2.11
self.get_file("https://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.xz")
# zlib 1.2.12
self.get_file("https://www.zlib.net/zlib-1.2.12.tar.xz")
# gcc 4.7.4
self.get_file("https://mirrors.kernel.org/gnu/gcc/gcc-4.7.4/gcc-4.7.4.tar.bz2")

View File

@ -56,7 +56,7 @@ build libarchive-3.5.2
build openssl-1.1.1l
build zlib-1.2.11
build zlib-1.2.12
build xbps-0.59.1
export XBPS_TARGET_ARCH="${ARCH}"