cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / launchbar.rb
blob80a2470304e207dafed1d902b575fa792a4af352
1 cask :v1 => 'launchbar' do
3   if MacOS.release <= :mountain_lion
4     version '5.6.4'
5     sha256 '22a1ec0c10de940e5efbcccd18b8b048d95fb7c63213a01c7976a76d6be69a4d'
6     url "http://www.obdev.at/downloads/launchbar/legacy/LaunchBar-#{version}.dmg"
7   else
8     version '6.1.6'
9     sha256 '7ae2d6fdb9d12817cd1ed49cfd35606cb7f3a3162c369108555ee8adc2940335'
10     url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
11   end
13   homepage 'http://www.obdev.at/products/launchbar/'
14   license :commercial
16   app 'LaunchBar.app'
18   zap :delete => [
19                   '~/Library/Preferences/at.obdev.LaunchBar.plist',
20                   '~/Library/Application Support/LaunchBar/Configuration.plist',
21                   '~/Library/Application Support/LaunchBar/CustomShortcuts.plist',
22                   # todo unsure if these contain user-created content
23                   # '~/Library/Application Support/LaunchBar/Actions',
24                   # '~/Library/Application Support/LaunchBar/Snippets',
25                  ]
26 end