Microsoft Lync 2011 client

This commit is contained in:
Diego Zamboni 2015-01-26 17:35:41 -06:00
parent d39052b06c
commit 9e9747d6d0
1 changed files with 15 additions and 0 deletions

15
Casks/microsoft-lync.rb Normal file
View File

@ -0,0 +1,15 @@
cask :v1 => 'microsoft-lync' do
version '14.0.10_141024'
sha256 'da14ab83303717fdd01d5262be8cf4c83481b3188314d6527540ea3596bc38fe'
url "http://download.microsoft.com/download/5/0/0/500C7E1F-3235-47D4-BC11-95A71A1BA3ED/lync_#{version}.dmg"
name 'Microsoft Lync 2011'
homepage 'http://www.microsoft.com/mac/enterprise/lync'
license :gratis
pkg 'Lync Installer.pkg'
uninstall :pkgutil => [ 'com.microsoft.lync.all..*',
'com.microsoft.merp.all.errorreporting.pkg.2.2.9',
'com.microsoft.mau.all.autoupdate.pkg.2.3.6' ]
end