Skip to content

Commit

Permalink
AU: 2 updated - tesseract webex-meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 15, 2022
1 parent 0522cd8 commit 30769a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions automatic/tesseract/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v5.2.0.20220712.exe
x64: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.2.0.20220712.exe
x32: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v5.3.0.20221214.exe
x64: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.3.0.20221214.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: F70CACF92DC66445300264B8BC4977E00665A74CE8AF7664029FE82E336F574F
checksum64: F5A47371604E186F3171E6E0C57B2D2EE172FD80B0E2DF3675B5203ACC2C16AE
checksum32: 7683DF36C38B2173A36E581A47F2143D342385B7C791DB9B207C825152AD046E
checksum64: 175A326853F87474132C284072A821DD819C63B707B01879B309F80BD6C0AB1E

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/tesseract-ocr/tesseract/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/tesseract/tesseract.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>tesseract</id>
<version>5.2.0.20220712</version>
<version>5.3.0.20221214</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/tesseract</packageSourceUrl>
<owners>chtof</owners>
<title>Tesseract Open Source OCR Engine</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tesseract/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\tesseract-ocr-w32-setup-v5.2.0.20220712.exe"
file64 = "$toolsDir\tesseract-ocr-w64-setup-v5.2.0.20220712.exe"
file = "$toolsDir\tesseract-ocr-w32-setup-v5.3.0.20221214.exe"
file64 = "$toolsDir\tesseract-ocr-w64-setup-v5.3.0.20221214.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/webex-meetings/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"a579c00-5ef5e66aaff00"|42.12.5.13
"a58d800-5ef5e7e3637c0"|43.1.1.16
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 = 'a23204f3d78a61d9f0d691cf2861454f8e81d042cc94eb537ab01ce6c268637377aaba0d9c946eb1351ecbe52e0edb52c019991b4fa36d350955d38c29ea3273'
checksum = '1a6f56ce6fdc7f28ba11d6d53f4fbe868ccdecce9f7444c3472ec48ad70b0a011bf1f27996a142e29a4392ca1d6b67033ff16415e9705c314d9799c398592038'
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.5.13</version>
<version>43.1.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

0 comments on commit 30769a0

Please sign in to comment.