Skip to content

Commit

Permalink
AU: 1 updated - mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 10, 2022
1 parent 2495914 commit 02dee66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/66.0.0/mkvtoolnix-32-bit-66.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/66.0.0/mkvtoolnix-64-bit-66.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/67.0.0/mkvtoolnix-32-bit-67.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/67.0.0/mkvtoolnix-64-bit-67.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: FD71F4F2E162252F6DB05856F0EA9C0EB08A0DDAB6E410DBFE01E49FDA06B5A6
checksum64: FFC3748301BDCCD236BAE6C7B9752AEAE6B47788CF54BEC19F5DA407E62FCEBD
checksum32: 7E394A9365BE97C7E35C4C51BB701F87F31D9C4D5FBF941A3222E84B9614F73A
checksum64: D2635E9DDACEC0596F42A4B065F2B5159DBF055D701395497AB40373ABF99474
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>66.0.0</version>
<version>67.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-66.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-66.0.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-67.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-67.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit 02dee66

Please sign in to comment.