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 Feb 12, 2021
1 parent b1eec6c commit 9759a90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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>5.10.1</version>
<version>5.11.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
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.10.1/calibre-64bit-5.10.1.msi>
64-Bit software: <https://download.calibre-ebook.com/5.11.0/calibre-64bit-5.11.0.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: NOT INCLUDED IN PACKAGE
checksum64: B1CB96DB1580B338CEA5DEB540F4C1F650FEB0BC6C2EB77F52B3A68F14EC1797
checksum64: 86B8838CCD0CE08F9297349E67F5FD5F51176ED6E7D5E48D34879FB5EA7B7743

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.10.1/calibre-5.10.1.msi'
checksum = '70F546770A03FB04F66916146F56FD9418BFE00E596CEDFF2EA615AEE4AD21E4'
url = 'https://download.calibre-ebook.com/5.11.0/calibre-5.11.0.msi'
checksum = '344C8910BFB07CE87B9E13C4FAE4E638A9FB28C81930B9F8AB9DBA8D1DF1DD81'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.10.1.msi"
file64 = "$toolsPath\calibre-64bit-5.11.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 9759a90

Please sign in to comment.