From 48e8b70573189ad8b5660e8bf41f3d110315423d Mon Sep 17 00:00:00 2001 From: skmpz Date: Sat, 17 Jun 2023 13:39:44 +0300 Subject: [PATCH] tiff: update to 4.5.1. --- srcpkgs/tiff/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tiff/template b/srcpkgs/tiff/template index d3269060df2f..3ef8a5701b1f 100644 --- a/srcpkgs/tiff/template +++ b/srcpkgs/tiff/template @@ -1,6 +1,6 @@ # Template file for 'tiff' pkgname=tiff -version=4.5.0 +version=4.5.1 revision=1 build_style=gnu-configure configure_args="--enable-cxx --without-x" @@ -11,7 +11,7 @@ maintainer="skmpz " license="libtiff" homepage="http://www.simplesystems.org/libtiff/" distfiles="https://download.osgeo.org/libtiff/tiff-${version}.tar.gz" -checksum=c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464 +checksum=d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" --enable-tests"