mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
269 B
Ruby
9 lines
269 B
Ruby
class Launchbar < Cask
|
|
version '6.1'
|
|
sha256 '0770e0961e97ddd36c8d0b62dce44296f159daecf69b618986e0974795dc5479'
|
|
|
|
url "http://www.obdev.at/downloads/launchbar/LaunchBar-#{version}.dmg"
|
|
homepage 'http://www.obdev.at/products/launchbar/'
|
|
|
|
app 'LaunchBar.app'
|
|
end
|