homebrew-cask/Casks/gephi.rb

13 lines
365 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'gephi' do
2013-06-28 22:14:36 +08:00
version '0.8.2-beta'
sha256 'ee8f7845ade6109de7e88ed03cc92885c6d936c34d666503d7c92bf3c5d0659d'
2015-01-18 04:43:27 +08:00
# launchpadlibrarian.net is the official download host per the vendor homepage
url "https://launchpadlibrarian.net/127456772/gephi-#{version}.dmg"
2015-03-30 21:39:09 +08:00
name 'Gephi'
2015-06-29 14:32:18 +08:00
homepage 'https://gephi.github.io/'
license :oss
2014-09-16 00:05:37 +08:00
app 'Gephi.app'
2012-11-12 14:32:53 +08:00
end