homebrew-cask-versions/Casks/vistrails.rb
Amory Meltzer 5fcfb83a99 Update vistrails license from oss to bsd
sourceforge.net/projects/vistrails/  Documentation says GPL here: http://www.vistrails.org/usersguide/v2.1/html/intro2.html?highlight=license but I believe that is outdated as the latest source ships with the (modified) BSD
2015-02-01 08:21:39 -08:00

12 lines
444 B
Ruby

cask :v1 => 'vistrails' do
version '2.1.4-269e4808eca3'
sha256 '5f6d190cff7af60050357d993ee34b9544fe15672b535769766ab783cbd09f99'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/project/vistrails/vistrails/v#{version.sub(%r{-.*},'')}/vistrails-mac-10.6-intel-#{version}.dmg"
name 'VisTrails'
homepage 'http://www.vistrails.org/'
license :bsd
suite 'VisTrails'
end