homebrew-cask/Casks/launchbar.rb

23 lines
706 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'launchbar' do
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
2016-07-14 05:32:26 +08:00
version '6.7.1'
sha256 'e2c9932244612c0513e58b32b420e0395eba3cfbeb7f4aabda74acab7ef71559'
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
zap delete: [
'~/Library/Preferences/at.obdev.LaunchBar.plist',
'~/Library/Application Support/LaunchBar',
]
2013-04-07 23:59:02 +08:00
end