Skip to content

Commit

Permalink
AU: 2 updated - alldup calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 19, 2020
1 parent 9d3233e commit 14d88c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.4.30</version>
<version>4.4.32</version>
<title>AllDup</title>
<owners>chocolatey</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 20A909E6758B7EBAAE355D71DBD445DCAFAFBF579AEB75E16B23102F2B828A91
checksum32: 21C4DD3AB726A77C7D4F8287DF1C9BC71AADE071BA40D3579BC661917827CCF1

File 'Redistribution.pdf' is from personal email communication
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>4.18.0</version>
<version>4.19.0</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
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/4.18.0/calibre-64bit-4.18.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.19.0/calibre-64bit-4.19.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: 7ACBB483BC0C313E1ABC4A906D3338BB505EC0DDCF7385212F7F60C50872017D
checksum64: B8205FDCA595A0A381A1B35F6CD3D07237B839C947A122C23D1D587D52338F62

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

0 comments on commit 14d88c0

Please sign in to comment.