Skip to content

Commit

Permalink
AU: 1 updated - calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 25, 2024
1 parent 6913085 commit 4d4719b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>7.17.0</version>
<version>7.20.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Install-ChocolateyPackage @packageArgs

0 comments on commit 4d4719b

Please sign in to comment.