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'