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 Jul 9, 2022
1 parent f4fd94d commit 9fbdf3c
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
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/68.0.0/mkvtoolnix-32-bit-68.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/68.0.0/mkvtoolnix-64-bit-68.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/69.0.0/mkvtoolnix-32-bit-69.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/69.0.0/mkvtoolnix-64-bit-69.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: 61987D8C9F8DD75DB8335F388C52B7F1019C1AAD1F68BBC0A0810ED27419B203
checksum64: 7E2748A5DCAA2562F6B90F10FCFDC18B929BF0AC2C3EB9B8B93FB466648CF50F
checksum32: B5E43AF469CD5C7EF6426EC94CB6FDCD8865385A5C954AFE1FCCE8116E6A677D
checksum64: A74FF3DDD3AD4F242D846BDC8FD5AB09945E366B6F86C88C1D96DAED03658823
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>68.0.0</version>
<version>69.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-68.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-68.0.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-69.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-69.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit 9fbdf3c

Please sign in to comment.