Skip to content

Commit

Permalink
AU: 2 updated - gridtracker webex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 7, 2021
1 parent c94f50a commit 206b97f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/gridtracker/gridtracker.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>gridtracker</id>
<version>1.20.0927.20201113</version>
<version>1.21.0620</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gridtracker</packageSourceUrl>
<owners>chtof</owners>
<title>GridTracker</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/gridtracker/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.dropbox.com/s/1snbldc75h8j2zo/GridTracker-Installer.1.20.0927.exe?dl=1'
checksum = '213503faa2c3b52efd26a5fa8b1cd9f7b039c6aab4502265061c8090be0cc32e'
url = 'https://fleetwood.mchambersradio.com/gridtracker/v1.21.0620/GridTracker-Installer.1.21.0620.exe'
checksum = 'c3a06dcab19ee1c3bd44f55b4e77e404dc6116d4abcfdd5f2f06de4360e2d3db'
checksumType = 'sha256'

silentArgs = '/S'
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs
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 = '507CF7226F95E2D3314C464E374198152E2463DC5643EF7F00CF423602473AF2'
checksum = '61DE3905B812E960EFEE6EC2B199D3C7FCD52F2278F9FD315F924D4BD7D637C2'
checksumType = 'sha256'

url64 = 'https://binaries.webex.com/WebexTeamsDesktop-Windows-Gold/Webex.msi'
checksum64 = '173B8118250803594C7F45AD9D5E94282CB48F8CA0914F0AA039A0FBC9B23C6E'
checksum64 = 'ED7482D770A5F4A715773FAB5163FFCA3A90529AD2407671343FB34FF96452E9'
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.6.1.19162</version>
<version>41.7.0.19440</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 206b97f

Please sign in to comment.