From 6ef50d4d3b4373664b6f38ca9021dafffb961e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Wed, 23 Aug 2023 19:45:13 +0100 Subject: [PATCH] openexr: update to 3.1.11. --- srcpkgs/openexr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template index a44453df30ece..b082a724b9b06 100644 --- a/srcpkgs/openexr/template +++ b/srcpkgs/openexr/template @@ -1,6 +1,6 @@ # Template file for 'openexr' pkgname=openexr -version=3.1.9 +version=3.1.11 revision=1 build_style=cmake build_helper="qemu" @@ -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=103e902d3902800ab07b5f3a298be7afd2755312737b2cdbfa01326ff99dac07 +checksum=06b4a20d0791b5ec0f804c855d320a0615ce8445124f293616a086e093f1f1e1 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=ON"