homebrew-cask/Casks/google-hangouts.rb

15 lines
393 B
Ruby
Raw Normal View History

2014-11-14 01:25:57 +08:00
cask :v1 => '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'
license :gratis
2015-04-19 20:06:26 +08:00
tags :vendor => 'Google'
2014-09-10 23:37:01 +08:00
pkg 'Google Voice and Video.pkg'
uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo'
end