homebrew-cask/Casks/launchcontrol.rb

21 lines
801 B
Ruby

cask 'launchcontrol' do
version '1.34'
sha256 'd3738e150521ab47508debce7445865df046d8f8e8da2338ea1d4cce62010270'
url "http://www.soma-zone.com/download/files/LaunchControl_#{version}.tar.bz2"
appcast 'http://www.soma-zone.com/LaunchControl/a/appcast.xml',
checkpoint: '27bc5748f894f69326f4ef6bf4c938524fa4a49416495f7a1bf1891b829d85dc'
name 'LaunchControl'
homepage 'http://www.soma-zone.com/LaunchControl/'
auto_updates true
app 'LaunchControl.app'
uninstall delete: '/Library/PrivilegedHelperTools/com.soma-zone.LaunchControl.Helper',
launchctl: 'com.soma-zone.LaunchControl.Helper'
zap delete: '~/Library/Caches/com.apple.helpd/Generated/com.soma-zone.LaunchControl.help',
trash: '~/Library/Preferences/com.soma-zone.LaunchControl.plist'
end