homebrew-cask/Casks/launchcontrol.rb

23 lines
837 B
Ruby

cask 'launchcontrol' do
version '1.38.1'
sha256 'f47e15f9b4570be380fdb4370c88f33e1bc65423ce97da05f70b678ef34583b2'
url "http://www.soma-zone.com/download/files/LaunchControl_#{version}.tar.bz2"
appcast 'http://www.soma-zone.com/LaunchControl/a/appcast.xml',
checkpoint: '134b4288f63b507ada2847562bd9992a094f202e28ab0d9fa7c94c6ee5119c61'
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 trash: [
'~/Library/Caches/com.apple.helpd/Generated/com.soma-zone.LaunchControl.help*',
'~/Library/Preferences/com.soma-zone.LaunchControl.plist',
]
end