From 90f65de864681d7754d5bdd754e5d9dfd88d3947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 28 May 2023 16:14:23 +0100 Subject: [PATCH] imath: update to 3.1.8. --- srcpkgs/imath/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template index ee47207a3e51..53b1d01c6a52 100644 --- a/srcpkgs/imath/template +++ b/srcpkgs/imath/template @@ -1,7 +1,7 @@ # Template file for 'imath' pkgname=imath -version=3.1.7 -revision=2 +version=3.1.8 +revision=1 build_style=cmake configure_args="-DPYTHON=ON" hostmakedepends="python3-numpy" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://imath.readthedocs.io/" changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/Imath/main/CHANGES.md" distfiles="https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/imath-${version}.tar.gz" -checksum=bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47 +checksum=a23a4e2160ca8ff68607a4e129e484edd1d0d13f707394d32af7aed659020803 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTING=ON"