homebrew-cask/Casks/google-hangouts.rb

13 lines
338 B
Ruby

cask "google-hangouts" do
version :latest
sha256 :no_check
url "https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg"
name "Google Hangouts"
homepage "https://www.google.com/tools/dlpage/hangoutplugin"
pkg "Google Voice and Video.pkg"
uninstall pkgutil: "com.google.pkg.GoogleVoiceAndVideo"
end