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

22 lines
792 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'logitech-gaming-software' do
version '8.83.55'
sha256 '74da2cd277651ba28a591374d3076842d16d464cf8665598bba5fd271355effc'
url "http://download01.logitech.com/web/ftp/pub/techsupport/gaming/LogitechSetup_#{version}.zip"
2015-04-12 02:36:40 +08:00
name 'Logitech Gaming Software'
2016-08-12 07:55:48 +08:00
homepage 'https://support.logitech.com/en_us/downloads'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'LogitechGamingInstaller.app/Contents/Resources/LogiGamingSetup.mpkg'
uninstall script: '/Applications/Logitech/Uninstaller.app/Contents/Resources/UninstallScript.sh',
pkgutil: [
'com.logitech.gaming',
'com.logitech.lcdmanager',
]
2014-05-16 08:58:53 +08:00
caveats do
reboot
end
end