homebrew-cask/Casks/gephi.rb

14 lines
510 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',
2017-05-10 10:28:37 +08:00
checkpoint: '1f99988a585f7c98e3a95d775887ad8ccd827865c47047740bb9a5ccfac0da67'
2015-03-30 21:39:09 +08:00
name 'Gephi'
2016-11-23 21:33:57 +08:00
homepage 'https://gephi.org/'
2014-09-16 00:05:37 +08:00
app 'Gephi.app'
2012-11-12 14:32:53 +08:00
end