diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 18fab6c29da..b42f1658247 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 7.8.0 + 7.9.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 40bc6e3bb0e..da35c50bd0f 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: 69B63200ED1CFFBA94F2E29CF4F264619C2E662A25169E1F2F4248305D70D00D + checksum64: 64BB071A2802855C49FBC2DAF6F9C7C0F0F6A2E83FCC9444C741410E3B8E0114 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index d4a45fbfa52..6de5eef4946 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.8.0.msi" + file64 = "$toolsPath\calibre-64bit-7.9.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641)