homebrew-cask/Casks/google-hangouts.rb

13 lines
439 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'
homepage 'https://www.google.com/tools/dlpage/hangoutplugin'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:01 +08:00
pkg 'Google Voice and Video.pkg'
uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo'
end