Skip to content

Commit

Permalink
AU: 2 updated - mpc-hc-clsid2 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 3, 2021
1 parent b24f5d9 commit 2fcfcc2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.13/MPC-HC.1.9.13.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.14/MPC-HC.1.9.14.x64.exe>
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: 37037553E81DE20E2D0869388D4AAEEEC8D807EA0447DC4C822FE9C4A6FADA1F
checksum64: F6FA1B49FCACFC804F6B29C09808528702B89F39F1667BEBA040571F3384A9E9
checksum32: 27934980FDF7E2AA25BC5FD932CAFE02366D3E66F71A8ED34E9849741EC101F7
checksum64: 25CB8279DA55ADEFB5078593728336C822089B071142830E6683ABE320ED1F20

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mpc-hc-clsid2</id>
<version>1.9.13</version>
<version>1.9.14</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey-community,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.9.13.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.13.x64.exe"
file = "$toolsPath\MPC-HC.1.9.14.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.14.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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/v8.2.3082/gvim_8.2.3082_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3082/gvim_8.2.3082_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3083/gvim_8.2.3083_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3083/gvim_8.2.3083_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: 8810D09D69473067D306287031E2AC0399914171E6B206DB864C4E8FDD63AAE0
checksum64: 39D515EA8FDA3A69DC3EA1B349A3D47D7EEA5FEFCC8DFBBE423E46369C72BE3D
checksum32: F3A00850A050F7D3CDE608C6D954098F396EDB4ED4D316F57425DCC1F88B2772
checksum64: B0739DA4388EB09DF9B84BBDE098086AECDC9DC6653DAF1FE2E092AACF73C162
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_8.2.3082_x86.zip"
file64 = "$toolsDir\gvim_8.2.3082_x64.zip"
file = "$toolsDir\gvim_8.2.3083_x86.zip"
file64 = "$toolsDir\gvim_8.2.3083_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>8.2.3082</version>
<version>8.2.3083</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 2fcfcc2

Please sign in to comment.