From cf7e3c82983ce1b72a260ca22a6fdcd95d79997e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 6 Nov 2021 15:51:10 -0400 Subject: [PATCH] vtk 9.1.0 --- Aliases/{vtk@9.0 => vtk@9.1} | 0 Formula/vtk.rb | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Aliases/{vtk@9.0 => vtk@9.1} (100%) diff --git a/Aliases/vtk@9.0 b/Aliases/vtk@9.1 similarity index 100% rename from Aliases/vtk@9.0 rename to Aliases/vtk@9.1 diff --git a/Formula/vtk.rb b/Formula/vtk.rb index 3d4cecc42ca..a5b2b6db783 100644 --- a/Formula/vtk.rb +++ b/Formula/vtk.rb @@ -1,8 +1,8 @@ class Vtk < Formula desc "Toolkit for 3D computer graphics, image processing, and visualization" homepage "https://www.vtk.org/" - url "https://www.vtk.org/files/release/9.0/VTK-9.0.3.tar.gz" - sha256 "bc3eb9625b2b8dbfecb6052a2ab091fc91405de4333b0ec68f3323815154ed8a" + url "https://www.vtk.org/files/release/9.1/VTK-9.1.0.tar.gz" + sha256 "8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96" license "BSD-3-Clause" head "https://github.com/Kitware/VTK.git", branch: "master"