homebrew-cask/Casks/controlplane.rb

20 lines
557 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'controlplane' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :snow_leopard
2015-07-11 01:15:13 +08:00
version '1.2.3'
sha256 '37f93d3a3a17a6e2f24447f0bc74c7e89ec1581ca52e5970960544858c86f909'
else
2017-03-29 03:03:12 +08:00
version '1.6.6'
sha256 'a9c9cdfe350bc9f038764a0b4c8f4337750113f44aacd68aa81b6f0aa391af1b'
2015-07-11 01:15:13 +08:00
2018-06-12 22:37:26 +08:00
appcast 'https://www.controlplaneapp.com/appcast.xml'
2015-07-11 01:15:13 +08:00
end
2017-01-25 19:29:14 +08:00
url "https://www.controlplaneapp.com/download/#{version}"
2015-01-12 03:43:45 +08:00
name 'ControlPlane'
2016-11-23 09:05:11 +08:00
homepage 'https://www.controlplaneapp.com/'
2014-09-16 00:05:25 +08:00
app 'ControlPlane.app'
2014-11-22 22:24:18 +08:00
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Preferences/com.dustinrue.ControlPlane.plist'
2013-05-31 03:23:35 +08:00
end