homebrew-cask/Casks/launchcontrol.rb

22 lines
747 B
Ruby

cask 'launchcontrol' do
version '1.43.5'
sha256 '2be52d1c874ad0766bde6613db47c247b48b335decb0f8959bb8d290a6bee151'
url "http://www.soma-zone.com/download/files/LaunchControl_#{version}.tar.bz2"
appcast 'http://www.soma-zone.com/LaunchControl/a/appcast.xml'
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