eset-cyber-security-pro: fix RuboCop style.

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

View File

@ -1,36 +1,36 @@
cask 'eset-cyber-security-pro' do
version '6.9.60.0'
sha256 'd4505f3b729654966b1cc684ce8070c84fb0604d6a1a5c23b141960b3ee3f8bb'
cask "eset-cyber-security-pro" do
version "6.9.60.0"
sha256 "d4505f3b729654966b1cc684ce8070c84fb0604d6a1a5c23b141960b3ee3f8bb"
url 'https://download.eset.com/com/eset/apps/home/ess/mac/latest/eset_cybersecurity_pro_en.dmg'
appcast 'https://www.eset.com/int/home/cyber-security-pro/download/?type=13554&tx_esetdownloads_ajax%5Bproduct%5D=83&tx_esetdownloads_ajax%5Bplugin_id%5D=34398'
name 'ESET Cyber Security Pro'
homepage 'https://www.eset.com/'
url "https://download.eset.com/com/eset/apps/home/ess/mac/latest/eset_cybersecurity_pro_en.dmg"
appcast "https://www.eset.com/int/home/cyber-security-pro/download/?type=13554&tx_esetdownloads_ajax%5Bproduct%5D=83&tx_esetdownloads_ajax%5Bplugin_id%5D=34398"
name "ESET Cyber Security Pro"
homepage "https://www.eset.com/"
pkg 'Resources/Installer.pkg'
pkg "Resources/Installer.pkg"
uninstall script: {
executable: '/Applications/ESET Cyber Security Pro.app/Contents/Helpers/Uninstaller.app/Contents/Scripts/uninstall.sh',
sudo: true,
},
executable: "/Applications/ESET Cyber Security Pro.app/Contents/Helpers/Uninstaller.app/Contents/Scripts/uninstall.sh",
sudo: true,
},
pkgutil: [
'com.eset.esetCyberSecurityPro.com.eset.esets_gui.pkg',
'com.eset.esetCyberSecurityPro.pkgid2.pkg',
'com.eset.esetCyberSecurityPro.ESETCyberSecurityPro.pkg',
'com.eset.esetCyberSecurityPro.com.eset.esets_pidmapper.pkg',
'com.eset.esetCyberSecurityPro.com.eset.esets_daemon.pkg',
'com.eset.esetCyberSecurityPro.GUI_startup.pkg',
],
"com.eset.esetCyberSecurityPro.com.eset.esets_gui.pkg",
"com.eset.esetCyberSecurityPro.pkgid2.pkg",
"com.eset.esetCyberSecurityPro.ESETCyberSecurityPro.pkg",
"com.eset.esetCyberSecurityPro.com.eset.esets_pidmapper.pkg",
"com.eset.esetCyberSecurityPro.com.eset.esets_daemon.pkg",
"com.eset.esetCyberSecurityPro.GUI_startup.pkg",
],
launchctl: [
'com.eset.esets_pidmapper',
'com.eset.esets_daemon',
],
delete: '/Applications/ESET Cyber Security Pro.app'
"com.eset.esets_pidmapper",
"com.eset.esets_daemon",
],
delete: "/Applications/ESET Cyber Security Pro.app"
zap trash: [
'~/Library/Caches/com.eset.ecsp.*',
'~/Library/Preferences/com.eset.ecsp.*.plist',
'/Library/Application Support/ESET',
'~/.esets',
]
"~/Library/Caches/com.eset.ecsp.*",
"~/Library/Preferences/com.eset.ecsp.*.plist",
"/Library/Application Support/ESET",
"~/.esets",
]
end