mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
265 B
Ruby
7 lines
265 B
Ruby
class Launchbar < Cask
|
|
url 'http://www.obdev.at/downloads/launchbar/LaunchBar-5.6.2.dmg'
|
|
homepage 'http://www.obdev.at/products/launchbar/'
|
|
version '5.6.2'
|
|
sha256 '9213b8f9a39eb32d5650c8df207048bc31250fc448d79f5276e4f8f661f49953'
|
|
link 'LaunchBar.app'
|
|
end
|