mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
206 B
Ruby
7 lines
206 B
Ruby
class GoogleQuickSearchBox < Cask
|
|
url 'http://dl.google.com/mac/install/qsb-mac.dmg'
|
|
homepage 'http://www.google.com/quicksearchbox/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Quick Search Box.app'
|
|
end
|