homebrew-cask/Casks/google-hangouts.rb

11 lines
318 B
Ruby

class GoogleHangouts < Cask
version 'latest'
sha256 :no_check
url 'https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg'
homepage 'https://www.google.com/tools/dlpage/hangoutplugin'
pkg 'Google Voice and Video.pkg'
uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo'
end