Skip to content

Commit

Permalink
AU: 2 updated - mkvtoolnix yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 31, 2021
1 parent 2503572 commit 919bb42
Show file tree
Hide file tree
Showing 4 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/59.0.0/mkvtoolnix-32-bit-59.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/59.0.0/mkvtoolnix-64-bit-59.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/60.0.0/mkvtoolnix-32-bit-60.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/60.0.0/mkvtoolnix-64-bit-60.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: 64210AF312C84D4E0272DE7F638D9ADAF0AABC8545879614D13BE2C7ECE32D82
checksum64: 1F87D76CC174A352C6D0BF12C5B7545AF5BD478A5E34A092258AC63C82BA595D
checksum32: 02D128C4029A6F8BA551742CC7A407208A5C223D16885FB808D6772F230C4389
checksum64: 46D726BC1F39F3EFCB1EFA2F348AEFFA9B61368BB90836F3F41BD346F70C438D
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>59.0.0</version>
<version>60.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '4.2.0'
$version = '4.3.0'

npm install -g yo@$version
2 changes: 1 addition & 1 deletion automatic/yo/yo.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>4.2.0</version>
<version>4.3.0</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey-community, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
Expand Down

0 comments on commit 919bb42

Please sign in to comment.