homebrew-cask/Casks/launchbar.rb

24 lines
850 B
Ruby

cask 'launchbar' do
if MacOS.version <= :mountain_lion
version '5.6.4'
sha256 '22a1ec0c10de940e5efbcccd18b8b048d95fb7c63213a01c7976a76d6be69a4d'
url "https://www.obdev.at/downloads/launchbar/legacy/LaunchBar-#{version}.dmg"
else
version '6.9.4'
sha256 '1bbdc779588ef8c443c9a2395db04645164607270999a93200246210b87868a6'
url "https://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
end
appcast 'https://www.obdev.at/products/launchbar/releasenotes.html',
checkpoint: 'e8003d9c51a2d8a0806cea62110e28e2158cf5dfd21e02def699f1f0ef0d001a'
name 'LaunchBar'
homepage 'https://www.obdev.at/products/launchbar/index.html'
app 'LaunchBar.app'
zap trash: [
'~/Library/Preferences/at.obdev.LaunchBar.plist',
'~/Library/Application Support/LaunchBar',
]
end