homebrew-cask/Casks/gephi.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gephi' do
2016-02-16 03:59:09 +08:00
version '0.9.1'
sha256 'c2a2f5c84f822303a3b314d43bc18f183dfa1d15545050bd8125d32a84e64f94'
2016-02-11 05:47:06 +08:00
# github.com/gephi/gephi was verified as official when first introduced to the cask
url "https://github.com/gephi/gephi/releases/download/v#{version}/gephi-#{version}-macos.dmg"
appcast 'https://github.com/gephi/gephi/releases.atom',
2016-02-16 03:59:09 +08:00
checkpoint: 'd1feebc671a218ea171e3c8c521cc6450e09d556f29a086649c94f4339e6e1e5'
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