homebrew-cask/Casks/gephi.rb

8 lines
227 B
Ruby
Raw Normal View History

2012-11-12 14:32:53 +08:00
class Gephi < Cask
2013-06-01 21:19:13 +08:00
url 'https://launchpad.net/gephi/0.8/0.8.2beta/+download/gephi-0.8.2-beta.dmg'
2012-11-19 13:13:43 +08:00
homepage 'http://gephi.org/'
2013-06-28 22:14:36 +08:00
version '0.8.2-beta'
2013-06-01 21:19:13 +08:00
sha1 'cea18e3c70881de29bb263d982e7b35980999421'
link 'Gephi.app'
2012-11-12 14:32:53 +08:00
end