You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
287 B
14 lines
287 B
9 years ago
|
cask :v1 => 'yandex-beta' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'https://browser.yandex.ru/download/?betacusto=1&os=mac'
|
||
|
name 'Yandex.Browser'
|
||
|
name 'Custo'
|
||
|
homepage 'https://browser.yandex.ru/beta/'
|
||
|
license :commercial
|
||
|
tags :vendor => 'Yandex'
|
||
|
|
||
|
app 'Yandex.app'
|
||
|
end
|