From 573dea3cdf83bc86fb55af0ef000c9481fbdc845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:43:36 +0200 Subject: [PATCH] imath: update to 3.2.2 --- mingw-w64-imath/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-imath/PKGBUILD b/mingw-w64-imath/PKGBUILD index 4c9c01845c..a9cc04601b 100644 --- a/mingw-w64-imath/PKGBUILD +++ b/mingw-w64-imath/PKGBUILD @@ -3,7 +3,7 @@ _realname=imath pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)' arch=('any') @@ -26,7 +26,7 @@ fi source=("https://github.com/AcademySoftwareFoundation/Imath/releases/download/v${pkgver}/Imath-${pkgver}.tar.gz" 0001-cmake-libs-name.patch 0002-fix-openexr-clang-build.patch) -sha256sums=('8e016fd33f240acacd457fcf9a2a0473e68aed57897fa4e27bc02a278aab23f8' +sha256sums=('0f5a783b424f374e6f27ec8b0c73130e89b08814ac8fa2e84fd7fe0b05862c53' '5a70997f2d34eba47210ac93f67b2037ca61c5c967a4a1f00a479d1c5eda490f' '09b9b180f7a59490d164ef3288fa1f5e5f14f99185cb412fb88d35364690ff6d')