homebrew-cask/Casks/gephi.rb

13 lines
365 B
Ruby

cask :v1 => 'gephi' do
version '0.8.2-beta'
sha256 'ee8f7845ade6109de7e88ed03cc92885c6d936c34d666503d7c92bf3c5d0659d'
# launchpadlibrarian.net is the official download host per the vendor homepage
url "https://launchpadlibrarian.net/127456772/gephi-#{version}.dmg"
name 'Gephi'
homepage 'https://gephi.github.io/'
license :oss
app 'Gephi.app'
end