VTK 5.10.1

Closes Homebrew/homebrew#17332.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Yan Zhou 2013-01-26 22:53:11 +00:00 committed by Adam Vandenberg
parent 64bc0e4eeb
commit 4f84211b4a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Vtk < Formula
homepage 'http://www.vtk.org'
url 'http://www.vtk.org/files/release/5.10/vtk-5.10.0.tar.gz'
sha1 '0c9a17e2f446dc78b0500dc5bbd1c6a2864a0191'
url 'http://www.vtk.org/files/release/5.10/vtk-5.10.1.tar.gz'
sha1 'deb834f46b3f7fc3e122ddff45e2354d69d2adc3'
depends_on 'cmake' => :build
depends_on :x11 if build.include? 'x11'