From dd0d8efe6957e5498d308cc4d378a73146964df7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 24 May 2024 06:17:56 +0000 Subject: [PATCH] AU: 1 updated - calibre [skip ci] --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 4 ++-- automatic/calibre/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index daefea6df4d..b514e002a14 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 7.10.0 + 7.11.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 2ba0cb7f4dd..98b26120a47 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: 85B196197933F0594661E444B57052CE73E0230F8F05A938C203AE03C844D341 + checksum64: 21A00AD5B4B06BD12FDD2851B847EFE8C67CB01F10BB0E901D875278A7DD9DBB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 65806262076..e4648215663 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.10.0.msi" + file64 = "$toolsPath\calibre-64bit-7.11.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641)