homebrew-cask/Casks/launchbar.rb

28 lines
1.0 KiB
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'launchbar' do
2014-12-09 20:25:24 +08:00
2014-12-11 00:55:20 +08:00
if MacOS.release <= :mountain_lion
version '5.6.4'
sha256 '22a1ec0c10de940e5efbcccd18b8b048d95fb7c63213a01c7976a76d6be69a4d'
url "http://www.obdev.at/downloads/launchbar/legacy/LaunchBar-#{version}.dmg"
else
version '6.4'
sha256 '320c177839bad91f3dda90bd2fb4476bb31c5a6d723437505d776456dd8688cc'
url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
end
2015-04-09 02:24:06 +08:00
name 'LaunchBar'
homepage 'http://www.obdev.at/products/launchbar/'
license :commercial
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