mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
253 B
Ruby
7 lines
253 B
Ruby
class Gephi < Cask
|
|
url 'https://launchpad.net/gephi/0.8/0.8.2beta/+download/gephi-0.8.2-beta.dmg'
|
|
homepage 'http://gephi.org/'
|
|
version '0.8.2-beta'
|
|
sha256 'ee8f7845ade6109de7e88ed03cc92885c6d936c34d666503d7c92bf3c5d0659d'
|
|
link 'Gephi.app'
|
|
end
|