homebrew-cask/Casks/launchbar.rb

24 lines
715 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-06-29 14:32:18 +08:00
url "https://www.obdev.at/downloads/launchbar/legacy/LaunchBar-#{version}.dmg"
else
version '6.5'
sha256 '6b92bfaadcb46956220343bd6b6741a3b30e66817a2060471cd1e5551209e071'
2015-06-29 14:32:18 +08:00
url "https://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
end
2015-04-09 02:24:06 +08:00
name 'LaunchBar'
homepage 'https://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',
2015-08-03 03:42:21 +08:00
'~/Library/Application Support/LaunchBar',
2014-09-18 19:57:57 +08:00
]
2013-04-07 23:59:02 +08:00
end