VTK 5.10.1

Closes Homebrew/homebrew#17332.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yan Zhou 2013-01-26 22:53:11 +00:00 committed by Adam Vandenberg
parent 64bc0e4eeb
commit 4f84211b4a

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'