homebrew-cask/Casks/punto-switcher.rb

16 lines
519 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'punto-switcher' do
2014-10-18 01:06:55 +08:00
version :latest
sha256 :no_check
2016-06-19 06:23:31 +08:00
# cache-default03d.cdn.yandex.net was verified as official when first introduced to the cask
url 'https://cache-default03d.cdn.yandex.net/download.cdn.yandex.net/punto/mac/PuntoSwitcher.zip'
2015-01-06 11:17:32 +08:00
name 'Punto Switcher'
2016-06-19 06:23:31 +08:00
homepage 'https://yandex.ru/soft/punto/'
2015-10-09 02:12:41 +08:00
license :gratis
2014-09-10 23:37:05 +08:00
pkg 'PuntoSwitcher Installer.pkg'
uninstall quit: 'ru.yandex.desktop.PuntoSwitcher',
pkgutil: ['ru.yandex.puntoSwitcher*', 'ru.yandex.PuntoSwitcher*']
2014-03-24 02:45:12 +08:00
end