From d86d94bcd0d9521de847915e407a3b41bea9d9aa Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 29 Nov 2024 06:19:36 +0000 Subject: [PATCH] AU: 1 updated - calibre [skip ci] --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 8770ce0fb25..87551ab93b0 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 7.21.0 + 7.22.0 Kovid Goyal chocolatey-community, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index bc6df197e3c..3d0c96f2650 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - url64 = 'https://download.calibre-ebook.com/7.21.0/calibre-64bit-7.21.0.msi' - checksum64 = '70666e905359c683e9eaf38477b13eed508d8981536f827eb992c736b6341973' + url64 = 'https://download.calibre-ebook.com/7.22.0/calibre-64bit-7.22.0.msi' + checksum64 = 'e5f2653f4f97d8a4f92048125cec23e30b8dcb04d1b452b31b13ef0f17400050' checksumType64 = 'sha256' softwareName = 'calibre*' silentArgs = '/quiet'