cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / google-hangouts.rb
blobdf98d9ffe3b4cc9b7917a0ae10c49af74b2cff30
1 cask :v1 => 'google-hangouts' do
2   version :latest
3   sha256 :no_check
5   url 'https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg'
6   homepage 'https://www.google.com/tools/dlpage/hangoutplugin'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   pkg 'Google Voice and Video.pkg'
11   uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo'
12 end