From 678ab13b16722051e389dbcac1bd41fc16934535 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Oct 2022 23:46:58 -0400 Subject: [PATCH] zlib: update to 1.2.13. --- srcpkgs/zlib/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template index 17cf7ccaf9f4..90f67bdf8537 100644 --- a/srcpkgs/zlib/template +++ b/srcpkgs/zlib/template @@ -1,16 +1,17 @@ # Template file for 'zlib' pkgname=zlib -version=1.2.12 -revision=4 +version=1.2.13 +revision=1 bootstrap=yes build_style=configure configure_args="--prefix=/usr --shared" short_desc="Compression/decompression Library" maintainer="Orphaned " license="Zlib" -homepage="http://www.zlib.net" -distfiles="$homepage/$pkgname-$version.tar.gz" -checksum=91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9 +homepage="https://www.zlib.net" +changelog="https://www.zlib.net/ChangeLog.txt" +distfiles="https://www.zlib.net/zlib-$version.tar.gz" +checksum=b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30 zlib-devel_package() { depends="zlib>=${version}_${revision}"