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 Dec 24, 2020
1 parent 297d1dd commit 072d21d
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.7.2</version>
<version>5.8.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.7.2/calibre-64bit-5.7.2.msi>
64-Bit software: <https://download.calibre-ebook.com/5.8.0/calibre-64bit-5.8.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: D04029A3ACC2D32E04117C2EFC5BA999DD2121BA87BC0676238BD997E3B2E6CB
checksum64: BAD737CF71B2858635786FB26F7B6B36D4B3A1977B8C1B59C6BBBA9F8CE1FCA6

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.7.2/calibre-5.7.2.msi'
checksum = 'CBED04F5BB44FBEF61FCCED95B8DFBEC674DEACED91E26E548AAF97AF83305ED'
url = 'https://download.calibre-ebook.com/5.8.0/calibre-5.8.0.msi'
checksum = '04CA0678C8BB671F71C29D121A787F8BF236B292B9C7DFAC39F5642225A12ABC'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.7.2.msi"
file64 = "$toolsPath\calibre-64bit-5.8.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 072d21d

Please sign in to comment.