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 May 5, 2017
1 parent 0916d82 commit 93166e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>2.82.0</version>
<version>2.84.0</version>
<authors>Kovid Goyal</authors>
<owners>gep13, chocolatey</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/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'calibre'
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/2.82.0/calibre-2.82.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.82.0/calibre-64bit-2.82.0.msi'
checksum = 'ea3e6eefcf2486b36c6bd129d13bc9a854da397aa4db3372174876da6d317d8b'
checksum64 = '22dd17311789c17c0768055cdc3e627fded156c9d63d4efaac1e8d44a178e261'
url = 'https://download.calibre-ebook.com/2.84.0/calibre-2.84.0.msi'
url64Bit = 'https://download.calibre-ebook.com/2.84.0/calibre-64bit-2.84.0.msi'
checksum = '9712fe39ec2dafb3954352a5b5810402c2955cec943d752223016005a63f20d7'
checksum64 = 'd0b5af644bee98529d66f81ba21134e48583dfcd7cb37bc1aa38521295058203'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 93166e1

Please sign in to comment.