From f5c6b5530c18ae6b112a835656f8c77612d8758c Mon Sep 17 00:00:00 2001 From: Alexander Mekhonoshin Date: Fri, 11 Sep 2015 15:46:08 +0300 Subject: [PATCH] Add yandex-beta Yandex browser beta (also named as Custo) with absolutely new UI :) ---- * split name * add vendor --- Casks/yandex-beta.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/yandex-beta.rb diff --git a/Casks/yandex-beta.rb b/Casks/yandex-beta.rb new file mode 100644 index 000000000..fb6d3a195 --- /dev/null +++ b/Casks/yandex-beta.rb @@ -0,0 +1,13 @@ +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