homebrew-cask/Casks/launchbar.rb

20 lines
778 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'launchbar' do
2014-11-14 11:02:27 +08:00
version '6.1.5'
sha256 '19e226f46e06efac9c294f5940ddf69fefe353bc2705f987d1a301fa6c0e2781'
2014-07-06 10:53:40 +08:00
url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
homepage 'http://www.obdev.at/products/launchbar/'
2014-10-01 23:33:14 +08:00
license :unknown
2014-09-16 00:05:50 +08:00
app 'LaunchBar.app'
2014-11-22 22:24:19 +08:00
2014-09-18 19:57:57 +08:00
zap :delete => [
'~/Library/Preferences/at.obdev.LaunchBar.plist',
'~/Library/Application Support/LaunchBar/Configuration.plist',
'~/Library/Application Support/LaunchBar/CustomShortcuts.plist',
# todo unsure if these contain user-created content
# '~/Library/Application Support/LaunchBar/Actions',
# '~/Library/Application Support/LaunchBar/Snippets',
]
2013-04-07 23:59:02 +08:00
end