diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 08b4350fa27..89abd2ad613 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 7.15.0 + 7.16.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 347d5f2613a..5661d9fdb71 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: 7443AEC402E34F5EF5357CE5468B94E603E5CFF5B2077D6A72236145470B0F89 + checksum64: 95BB3267514EE0B3A941ED2E497E05D415CC6EDDA7357F9C734AF7EEFA0FBBF1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index ef53ed9114d..33eaac29e2c 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-7.15.0.msi" + file64 = "$toolsPath\calibre-64bit-7.16.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641)