homebrew-cask-versions/Casks/logitech-harmony.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

14 lines
719 B
Ruby

class LogitechHarmony < Cask
url 'http://logitech-sjca.navisite.net/web/ftp/pub/techsupport/harmony/LogitechHarmonyRemoteSoftware7.8.1-OSX.dmg'
homepage 'http://www.logitech.com/en-us/support/universal-remotes'
version '7.8.1'
sha256 '13a100211fb18569563c9d9bbe6c231cbfaa50989df0b471703ec942be2ecafb'
install 'LogitechRemoteSoftware.pkg'
uninstall :quit => 'com.logitech.harmony.cappuccino.client.logitech',
:kext => [
'com.RemoteControl.USBLAN.usbpart',
'com.Belcarra.iokit.USBLAN_netpart',
'com.Belcarra.iokit.USBLAN_usbpart',
],
:pkgutil => 'com.logitech.harmony.logitechRemoteSoftware.*'
end