homebrew-cask/Casks/controlplane.rb

24 lines
702 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'controlplane' do
2015-07-11 01:15:13 +08:00
if MacOS.release <= :snow_leopard
version '1.2.3'
sha256 '37f93d3a3a17a6e2f24447f0bc74c7e89ec1581ca52e5970960544858c86f909'
else
2016-02-17 05:33:42 +08:00
version '1.6.3'
sha256 'eadc105a5cbc108200b5acf89e4e78650e58771208d53e3c276fa8fd5c3d14db'
2015-07-11 01:15:13 +08:00
appcast 'http://www.controlplaneapp.com/appcast.xml',
2016-02-17 05:33:42 +08:00
checkpoint: '3f5235e5d5b788336468a8b61b00ecc9c61ae6b38225aa5f47f2ad907298e9e1'
2015-07-11 01:15:13 +08:00
end
2014-09-26 20:08:50 +08:00
url "http://www.controlplaneapp.com/download/#{version}"
2015-01-12 03:43:45 +08:00
name 'ControlPlane'
2013-05-31 03:23:35 +08:00
homepage 'http://www.controlplaneapp.com/'
license :gpl
depends_on macos: '>= :snow_leopard'
2015-07-11 01:15:13 +08:00
2014-09-16 00:05:25 +08:00
app 'ControlPlane.app'
2014-11-22 22:24:18 +08:00
zap delete: '~/Library/Preferences/com.dustinrue.ControlPlane.plist'
2013-05-31 03:23:35 +08:00
end