diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 513c80d144d..109a16e7e4b 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 6.6.1 + 6.7.0 Kovid Goyal chocolatey-community, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index faf1a60e65c..1912b127eb3 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 45977e002be..2a05e28a37e 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/sysinternals/sysinternals.nuspec b/automatic/sysinternals/sysinternals.nuspec index 6e5c14d1aef..80a3ed0821d 100644 --- a/automatic/sysinternals/sysinternals.nuspec +++ b/automatic/sysinternals/sysinternals.nuspec @@ -4,7 +4,7 @@ sysinternals Sysinternals - 2022.10.12 + 2022.10.14 Mark Russinovich, Bryce Cogswell chocolatey-community, Rob Reynolds Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. diff --git a/automatic/sysinternals/tools/chocolateyInstall.ps1 b/automatic/sysinternals/tools/chocolateyInstall.ps1 index e7dfe4e31bc..aff2270be39 100644 --- a/automatic/sysinternals/tools/chocolateyInstall.ps1 +++ b/automatic/sysinternals/tools/chocolateyInstall.ps1 @@ -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 }