homebrew-cask/Casks/clusters.rb

19 lines
636 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'clusters' do
version '1.7.2'
sha256 'da14d05b8aa824ce747038f1d14a82d71e02fb9dd0883ea2f9dfa32a3ca5e063'
url "http://latenitesoft.com/clusters/download/Clusters_#{version.to_f}.dmg"
2015-07-09 08:58:05 +08:00
appcast 'http://clustersapp.com/clusters_releases.xml',
2016-01-14 02:07:26 +08:00
:checkpoint => 'e6833dc630494764aed0331f43210978f7c753b7c2b11716e50ad83d18f1ac06'
name 'Clusters'
homepage 'http://latenitesoft.com/clusters'
license :commercial
prefpane 'Clusters.prefPane'
zap :delete => [
'~/Library/Application Support/Clusters',
'~/Library/Preferences/com.latenitesoft.Clusters*',
]
end