homebrew-cask/Casks/logitech-gaming-software.rb

21 lines
680 B
Ruby

cask 'logitech-gaming-software' do
version '8.89.38'
sha256 '6f31f26d8e26235560fc82ea25091617a45d204f4560563da5867d4ec0415a2c'
url "https://download01.logitech.com/web/ftp/pub/techsupport/gaming/LogitechSetup_#{version}.zip"
name 'Logitech Gaming Software'
homepage 'https://support.logitech.com/en_us/downloads'
pkg 'LogitechGamingInstaller.app/Contents/Resources/LogiGamingSetup.mpkg'
uninstall script: '/Applications/Logitech/Uninstaller.app/Contents/Resources/UninstallScript.sh',
pkgutil: [
'com.logitech.gaming',
'com.logitech.lcdmanager',
]
caveats do
reboot
end
end