Skip to content

Commit

Permalink
AU: 2 updated - virtualhere-client webex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 8, 2022
1 parent f0e0df9 commit e15b26a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/virtualhere-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhui$(Get-OSArchitectureWidth).exe"

url = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui32.exe'
checksum = '80ec417bd6af0eff98c7475bf9b6ba2576534fa33a0e4f4cb5854c4cf360cdbb'
checksum = '47b08bb73f01aec8f928a2d7d43e1a09445807d2e8d89a2b82c25ab101b5e4a9'
checksumType = 'sha256'

url64 = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe'
checksum64 = 'f5f6fea7334a30f6623ed8b099571ddd36c8545ad0e89bcdbce256115fe80f32'
checksum64 = '6629edaaa1b65d3511338931d5202bbe02af373d1982fddec761bba8f143d0b0'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-client/virtualhere-client.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>virtualhere-client</id>
<version>5.3.8</version>
<version>5.3.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Client</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"4073d5fcd10a215d48756f420132431e-26"|42.8.0.23281
"7b57daa55f2717b1987eba7dd3a883a6-24"|42.9.0.23494
4 changes: 2 additions & 2 deletions automatic/webex/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ $packageArgs = @{
filetype = 'MSI'

url = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex_x86.msi'
checksum = 'A5AFB903E301B9EF5A75E5AAC3E59110E978B044EB1DA6ED48A451B83EDF101D'
checksum = 'FA635DA99B1B49053C4255C9C72853B03966BAA7ED3C98356D2D95866E4E2637'
checksumType = 'sha256'

url64 = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi'
checksum64 = '0F2B163BA604BAFFF4F49C88E4E7BB4C95F0FAC5DB53FEEC2DE23C62659AD925'
checksum64 = '7A2220EB4A52CE851E655FE198D5B0A3B8F6F6B27884A2BD54A6C8568DD27C84'
checksumType64= 'sha256'

silentArgs = "$sa /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>42.8.0.23281</version>
<version>42.9.0.23494</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 e15b26a

Please sign in to comment.