mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
10 lines
210 B
Ruby
10 lines
210 B
Ruby
class Yandex < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://download.cdn.yandex.net/browser/yandex/ru/Yandex.dmg'
|
|
homepage 'http://browser.yandex.com/'
|
|
license :unknown
|
|
|
|
app 'Yandex.app'
|
|
end
|