homebrew-cask/Casks/logitech-unifying.rb

11 lines
359 B
Ruby

class LogitechUnifying < Cask
version '1.10.421'
sha256 'd9e196411cc4c0aec72fd01575eaffed228f95bc7d7ededc532d53f8602caa03'
url "http://www.logitech.com/pub/controldevices/unifying/unifying#{version}.dmg"
homepage 'http://www.logitech.com/en-us/promotions/6072'
pkg 'Logitech Unifying Software.mpkg'
uninstall :pkgutil => 'com.Logitech.*pkg'
end