From 15d042ba4cb5ebaa294276ac5b7553d3fc5b1187 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 24 Jul 2023 18:28:52 +0200 Subject: [PATCH] vtk: update to 9.2.6. --- srcpkgs/vtk/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template index a1d61de2d1420..4ac69bdaa3d71 100644 --- a/srcpkgs/vtk/template +++ b/srcpkgs/vtk/template @@ -1,7 +1,7 @@ # Template file for 'vtk' pkgname=vtk -version=9.2.2 -revision=3 +version=9.2.6 +revision=1 build_style=cmake # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON" # Build only the core modules plus python bindings for now @@ -26,7 +26,7 @@ maintainer="Piraty " license="BSD-3-Clause" homepage="https://www.vtk.org" distfiles="https://www.vtk.org/files/release/${version:0:3}/VTK-${version}.tar.gz" -checksum=1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075 +checksum=06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel"