Skip to content

Commit

Permalink
AU: 2 updated - botpress webex-meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2022
1 parent baa1bcb commit feae427
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/botpress/botpress.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>botpress</id>
<version>12.30.5</version>
<version>12.30.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/botpress</packageSourceUrl>
<owners>chtof</owners>
<title>Botpress</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/botpress/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $botpressDir

url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_30_5-win-x64.zip'
checksum = '342c71405affddd5a17eba4c7b9d8b65d810037de2024188a08fd62c2762537b'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_30_6-win-x64.zip'
checksum = 'fe1c34bdef21cf7ff4ae7eabb365a1c536214160856697b524474d2f68635ec7'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/botpress/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$botpressDir = Join-Path $env:ProgramData $env:ChocolateyPackageName
$zipFileName = "botpress-v12_30_5-win-x64.zip"
$zipFileName = "botpress-v12_30_6-win-x64.zip"

Uninstall-ChocolateyZipPackage $packageName $zipFileName
# If uninstalling and not just upgrading
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex-meetings/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"a56f000-5ee41a4e04780"|42.12.3.10
"a583c00-5eecafd5ba740"|42.12.4.9
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 = '6e916facd578915d248762b80ce0b2f68b71fe835c8443cbd19963f34ee5905559f3ca09e5b4436a894934c3d38d7e0aac44f7ef94142826001d65e5b21a47a5'
checksum = '6459e771a16a90328c816b44880c90ba6fdbc09debd5f00fece33c83c37f5fe308e6e6a4977a19d5a5b21a8afca64d60a8ffac638de9b5d2bf5df6d1836553a7'
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>42.12.3.10</version>
<version>42.12.4.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/webex-meetings</packageSourceUrl>
<owners>chtof</owners>
<title>Cisco Webex Meetings</title>
Expand Down

0 comments on commit feae427

Please sign in to comment.