Skip to content

Commit

Permalink
AU: 2 updated - webex webex-meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 27, 2021
1 parent 6502d08 commit fffeadb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/webex-meetings/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'MSI'

url = 'https://akamaicdn.webex.com/client/webexapp.msi'
checksum = '17b636a866d747f1d74d5feb7340518cfaa32c0c1820f84c8d799112d15d7ec68a552239cba0cc2659085caa4a09310f2d73fed363cf632222218a72373f6ad5'
checksum = 'cbf4cf4a89ec203ebc17e8065c81d297bd895925c1f72c2ee018f0dd2f7f0455071a437602dda1033c8722743ae250e43bd29a0b505f10bad42b5ecd899066e6'
checksumType = 'sha512'

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" AUTOOC=0"
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex-meetings/webex-meetings.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webex-meetings</id>
<version>41.8.6.10</version>
<version>41.9.1.16</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/webex-meetings</packageSourceUrl>
<owners>chtof</owners>
<title>Cisco Webex Meetings</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webex/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
filetype = 'MSI'

url = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex_x86.msi'
checksum = '9D914B4E23905DD1E740BCE3111FA58CB4DF764588F1AB69BD08F33C4C35DCCF'
checksum = '781B503B637B4BDC8C0017606BF95A3BF1913A7E2B35773346E24AA09841B1C0'
checksumType = 'sha256'

url64 = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi'
checksum64 = 'CC8FCCEF9F8AE138C07D18A889950E9C6285FB3EB7B670018022DDD94E5793EA'
checksum64 = '64D19466A49CD4F7EA4DED36E303239B39B7B94ABBE2CE015365F0F2F5103061'
checksumType64= 'sha256'

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" AUTOOC=0"
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex/webex.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webex</id>
<version>41.8.0.19732</version>
<version>41.8.0.19868</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/webex</packageSourceUrl>
<owners>chtof</owners>
<title>Cisco Webex</title>
Expand Down

0 comments on commit fffeadb

Please sign in to comment.