Skip to content

Commit

Permalink
AU: 1 updated - webex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 5, 2021
1 parent 4778b6c commit 278dcca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 = 'EA5F4E780785292E30789090BA0F0B664A2E6D61B214E8B32C8F2ACC13F42B51'
checksum = '797854822B452029C47030C73345F179D810FAD5C203091D214DC9C5484AF3B5'
checksumType = 'sha256'

url64 = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi'
checksum64 = 'E3679AA363565B6DE1B072C16741A5F7C7B2875147214F435A7EED6DD212C748'
checksum64 = '658B19465CC8D0D69DE2EEF4284DDD414DE26EC3EEE516702B15A46A995937AB'
checksumType64= 'sha256'

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" AUTOOC=0"
Expand Down
4 changes: 2 additions & 2 deletions automatic/webex/webex.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webex</id>
<version>41.4.0.18629</version>
<version>41.5.0.18787</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 278dcca

Please sign in to comment.