Skip to content

Commit

Permalink
AU: 2 updated - calibre sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 14, 2022
1 parent b83f2a3 commit 431c28d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>6.6.1</version>
<version>6.7.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Expand Up @@ -7,13 +7,13 @@ location on <https://download.calibre-ebook.com/6.html>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://download.calibre-ebook.com/6.6.1/calibre-64bit-6.6.1.msi>
64-Bit software: <https://download.calibre-ebook.com/6.7.0/calibre-64bit-6.7.0.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum64: 2D61BD0E0CCE577C0D06C0642A16E1D3F5E72A49A1A64237266E1627E52F32F0
checksum64: E006067C9860E4342C4873C0FCB3D3A65E68D20223A2890DE1B1D9854D6E7964

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/calibre/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file64 = "$toolsPath\calibre-64bit-6.6.1.msi"
file64 = "$toolsPath\calibre-64bit-6.7.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.10.12</version>
<version>2022.10.14</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '336f57fa6a5b8d2d1a89f174db4d14f7f7bee4a208cc2fb83516c6046626e6bd'
checksum = 'f79786218d2fdd244e08ddc3eea2b40782d059f1ebe2b2c34030c971c29462be'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit 431c28d

Please sign in to comment.