From c4a9d86cfb95ed34c3d16e94e9ae6e9f55074eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 18 Apr 2023 12:04:00 +0100 Subject: [PATCH] openexr: update to 3.1.7. --- srcpkgs/openexr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template index 2c2b21b043b5..b15bfb736f72 100644 --- a/srcpkgs/openexr/template +++ b/srcpkgs/openexr/template @@ -1,7 +1,7 @@ # Template file for 'openexr' pkgname=openexr -version=3.1.5 -revision=2 +version=3.1.7 +revision=1 build_style=cmake build_helper="qemu" hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://www.openexr.com/" changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr/main/CHANGES.md" distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>openexr-${version}.tar.gz" -checksum=93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec +checksum=78dbca39115a1c526e6728588753955ee75fa7f5bb1a6e238bed5b6d66f91fd7 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=ON"