homebrew-cask/Casks/clusters.rb

19 lines
632 B
Ruby

cask 'clusters' do
version '1.7.2'
sha256 'da14d05b8aa824ce747038f1d14a82d71e02fb9dd0883ea2f9dfa32a3ca5e063'
url "http://latenitesoft.com/clusters/download/Clusters_#{version.to_f}.dmg"
appcast 'http://clustersapp.com/clusters_releases.xml',
:sha256 => 'cbfe462804fa6307b7480b2b369a1e12990af5a16ac0b7535d1882861241a65e'
name 'Clusters'
homepage 'http://latenitesoft.com/clusters'
license :commercial
prefpane 'Clusters.prefPane'
zap :delete => [
'~/Library/Application Support/Clusters',
'~/Library/Preferences/com.latenitesoft.Clusters*',
]
end