homebrew-cask/Casks/vistrails.rb

11 lines
351 B
Ruby
Raw Normal View History

class Vistrails < Cask
2014-01-18 16:19:37 +08:00
version '2.1.1'
sha256 '38ac9da9af7a557cee6eb703517e38ea1bcc430706a436a182eec6f976275b02'
2014-09-26 20:09:18 +08:00
url "https://downloads.sourceforge.net/project/vistrails/vistrails/v#{version}/vistrails-mac-10.6-intel-#{version}-90975fc00211.dmg"
homepage 'http://www.vistrails.org/index.php/Main_Page'
2014-10-01 23:34:13 +08:00
license :oss
2014-09-16 23:25:13 +08:00
suite 'VisTrails'
end