Skip to content

Commit

Permalink
updated brew formula for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daron1337 committed Mar 15, 2017
1 parent b128b37 commit df401c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/homebrew/vmtk.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Vmtk < Formula
desc "The Vascular Modeling Toolkit"
homepage "http://www.vmtk.org"
url "https://github.com/vmtk/vmtk/archive/v1.3.1.tar.gz"
version "1.3.1"
sha256 "c3220f3442036e4c2824700688044e472d173573fc9d5c65cfdbbe628d6ecc05"
url "https://github.com/vmtk/vmtk/archive/v1.3.2.tar.gz"
version "1.3.2"
sha256 "2632a74341605bd3ddd97971fad70941329e77a112f9363bc5053a1e2ba7c30e"
head "https://github.com/vmtk/vmtk.git"
revision 1

Expand All @@ -15,7 +15,7 @@ class Vmtk < Formula
depends_on "vtk"
depends_on "insightToolkit"
depends_on :python

def install
args = std_cmake_args + %W[
-DBUILD_TESTING=OFF
Expand Down

0 comments on commit df401c8

Please sign in to comment.