homebrew-cask/Casks/launchcontrol.rb

23 lines
835 B
Ruby

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