Skip to content

Commit

Permalink
AU: 1 updated - calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 15, 2019
1 parent 4de2431 commit 82134c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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>3.44.0</version>
<version>3.45.2</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.44.0/calibre-3.44.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.44.0/calibre-64bit-3.44.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.45.2/calibre-3.45.2.msi>
64-Bit software: <https://download.calibre-ebook.com/3.45.2/calibre-64bit-3.45.2.msi>
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
checksum32: 9AC60C722008FE418A8627C902C1F45E62EB628900EB3408EE895B1348E32599
checksum64: C8F30049AC31B6391662DF3F95D4A7A1064ABF77A1EF0F57AC5A8CDFE15A96F0
checksum32: D6EFE797563C9161B2EEF56644327C7E0A56A44ED8140F77DCFA3B75AEBD6BDA
checksum64: 2A06C7DC8358038FAFA78AA25FA4278262B398CAAC8FA4A818F4424D9935E73D

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.44.0.msi"
file64 = "$toolsPath\calibre-64bit-3.44.0.msi"
file = "$toolsPath\calibre-3.45.2.msi"
file64 = "$toolsPath\calibre-64bit-3.45.2.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 82134c0

Please sign in to comment.