punto-switcher: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:34:06 +01:00
parent 4439c5a9d3
commit 0eb39f3c5a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 14 additions and 14 deletions

View File

@ -1,21 +1,21 @@
cask 'punto-switcher' do
cask "punto-switcher" do
version :latest
sha256 :no_check
url 'https://yandex.ru/soft/punto/download/?os=mac'
name 'Punto Switcher'
homepage 'https://yandex.ru/soft/punto/'
url "https://yandex.ru/soft/punto/download/?os=mac"
name "Punto Switcher"
homepage "https://yandex.ru/soft/punto/"
pkg 'PuntoSwitcher Installer.pkg'
pkg "PuntoSwitcher Installer.pkg"
uninstall quit: 'ru.yandex.desktop.PuntoSwitcher',
uninstall quit: "ru.yandex.desktop.PuntoSwitcher",
pkgutil: [
'ru.yandex.puntoSwitcher*',
'ru.yandex.PuntoSwitcher*',
'ru.yandex.desktop.PuntoSwitcher.PS.pkg',
'ru.yandex.desktop.PuntoSwitcher.StartupHelper.pkg',
'ru.yandex.desktop.PuntoSwitcher.UninstallReporter.Job.pkg',
'ru.yandex.desktop.PuntoSwitcher.UninstallReporter.pkg',
],
launchctl: 'ru.yandex.desktop.PuntoSwitcher.UninstallReporter'
"ru.yandex.puntoSwitcher*",
"ru.yandex.PuntoSwitcher*",
"ru.yandex.desktop.PuntoSwitcher.PS.pkg",
"ru.yandex.desktop.PuntoSwitcher.StartupHelper.pkg",
"ru.yandex.desktop.PuntoSwitcher.UninstallReporter.Job.pkg",
"ru.yandex.desktop.PuntoSwitcher.UninstallReporter.pkg",
],
launchctl: "ru.yandex.desktop.PuntoSwitcher.UninstallReporter"
end