Skip to content

Commit

Permalink
AU: 2 updated - mkvtoolnix vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 28, 2024
1 parent 022f55c commit 0436b92
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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/88.0/mkvtoolnix-32-bit-88.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/88.0/mkvtoolnix-64-bit-88.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/89.0/mkvtoolnix-32-bit-89.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/89.0/mkvtoolnix-64-bit-89.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: 2DC2F74A50B4A302D5BE1042A38723D595768CC1585CC74EFC091D3F7104257A
checksum64: 1B685CBEB4B05E7CC342C92914486BD71A7AB0BFEB577106DB94ABFB9771DA5A
checksum32: 4D978B734E69CD50BB9D186044C84F0067EF4E886AC7219C56F40649D796436C
checksum64: AE168D6BEBAED2131F05F122B8302C0323917F514D2E1B19ED07851AD015E4BF
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>88.0</version>
<version>89.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-88.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-88.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-89.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-89.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0964/gvim_9.1.0964_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0964/gvim_9.1.0964_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0967/gvim_9.1.0967_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0967/gvim_9.1.0967_x64.zip>
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: FE9675BF2AD8DFAE3362AC6A8A4F1C38BD54A6A73828B01AD6B1DE97868AB6D9
checksum64: F67FC3993C06B7C71C0B914D60D37522AB7FE9503A32C3B798FB9645B1DC4AEB
checksum32: FCFDA3BA3E0142673699B8F5AD03341771BCADBEF5A50D65630C9879AD7181D6
checksum64: 308A8434311F8FF9D64C21345592278AD118D5B9C7D8B3E7A167095B07BC2492
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0964_x86.zip"
file64 = "$toolsDir\gvim_9.1.0964_x64.zip"
file = "$toolsDir\gvim_9.1.0967_x86.zip"
file64 = "$toolsDir\gvim_9.1.0967_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0964</version>
<version>9.1.0967</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 0436b92

Please sign in to comment.