From 4d4719b55f9c5d15f80428169900cb021369cd84 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 25 Oct 2024 15:31:58 +0000 Subject: [PATCH] AU: 1 updated - calibre [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/7ffab30ffb890ad28602fc8c3c800734a83ec43a --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/tools/chocolateyInstall.ps1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 676dbec872c..836388d1266 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 7.17.0 + 7.20.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 640b02a7193..5b52db553e1 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,12 +5,12 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - url64 = '' - checksum64 = '' + url64 = 'https://download.calibre-ebook.com/7.20.0/calibre-64bit-7.20.0.msi' + checksum64 = '47a88aaed5785f06d2d189c5f85282654ce221ccaf3bd7c96ef7b5d84f3eaf9e' checksumType64 = 'sha256' softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) } -Install-ChocolateyPackage @packageArgs \ No newline at end of file +Install-ChocolateyPackage @packageArgs