Skip to content

Commit

Permalink
AU: 2 updated - calibre mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 26, 2020
1 parent 9a026f2 commit 3704a2c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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>4.8.0</version>
<version>4.9.1</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.8.0/calibre-64bit-4.8.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.9.1/calibre-64bit-4.9.1.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: A5CE00DF58FD639F99EFDB98733D4355D5A5A2FFFF40DE362D16F0B9FCC9517C
checksum64: 1D2F9AA256D43AA830191FCA895C6B2F325C50267AE6DA7AC16B75AB6A437027

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.8.0/calibre-4.8.0.msi'
checksum = 'E6A093E6E382B2C7C49D8A979348A2A0DFAC59B92A0681920A97B183E1B04981'
url = 'https://download.calibre-ebook.com/4.9.1/calibre-4.9.1.msi'
checksum = 'CFA42460A57F94CD19E6220557DC44C9F32B680C27D30D842FF4C1869C3DC911'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-4.8.0.msi"
file64 = "$toolsPath\calibre-64bit-4.9.1.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/42.0.0/mkvtoolnix-32-bit-42.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/42.0.0/mkvtoolnix-64-bit-42.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/43.0.0/mkvtoolnix-32-bit-43.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/43.0.0/mkvtoolnix-64-bit-43.0.0-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 88528098D36459F18812E0F0143427345C6C41088BB5BAC06FD0D97A86B1E656
checksum64: 058F213DA565B5504A988200E384AD0D006999DEDFD7503A8A693621CA5A8F3A
checksum32: 28F850D2EA0271CBCDBC0F8672C0D3CEE2BDEE5D9E466012B366EFA6E8F74202
checksum64: 22A55C51ED7EB1A4ED2D2C8196AAAB0EAB730483885BC67BF4A00290AE67FA1C
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>42.0.0</version>
<version>43.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down

0 comments on commit 3704a2c

Please sign in to comment.