homebrew-cask/Casks/google-hangouts.rb

13 lines
338 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'google-hangouts' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg'
name 'Google Hangouts'
homepage 'https://www.google.com/tools/dlpage/hangoutplugin'
2014-09-10 23:37:01 +08:00
pkg 'Google Voice and Video.pkg'
uninstall pkgutil: 'com.google.pkg.GoogleVoiceAndVideo'
end