Skip to content

Commit

Permalink
AU: 3 updated - chromium mpc-hc-clsid2 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 16, 2022
1 parent 4400c17 commit 4b6ee5b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "103.0.5006.0-snapshots",
"stable": "100.0.4896.88"
"stable": "100.0.4896.127"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>103.0.5006.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>100.0.4896.127</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/992871/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/992865/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v100.0.4896.127-r1086/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v100.0.4896.127-r1086/mini_installer.sync.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: 6E8D4D762A95825F247AC2B59956E1CF80E2E6F19E9590274201A5DBF3066BFE
checksum64: 249439C3EB7F81C89B13D0B47280AB0E0DD17C418C6527B549ADD66C0C91E04F
checksum32: 961215E625A2EE81AE8178592B3429652BD00677FBC77756456886AABEB1A497
checksum64: BF8E567CC48694C9DAC96726586F0AF835A0ABFD3AE980601A566600D1C459A6

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "103.0.5006.0-snapshots"
$version = "100.0.4896.127"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
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.20/MPC-HC.1.9.20.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.20/MPC-HC.1.9.20.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.21/MPC-HC.1.9.21.2.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.21/MPC-HC.1.9.21.2.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: 9E88E9099AD356FDA25A2F151287FE76DB1B911DD4C4D1C94A36BF09A01A2A22
checksum64: 3D6973A469B955DD2BB9E80CC60CB77939225B710EAD4446F7294B186E426C0E
checksum32: 45AAFC408B03238288BBABD1BEC74EAB43B6C4D2A24587B123252DB515247D25
checksum64: 1BEAFEC6B917F13F1637D13EC0B000DBAAE5F0FCFA31AC283E8833FFECCE072B

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
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.20</version>
<version>1.9.21</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
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.20.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.20.x64.exe"
file = "$toolsPath\MPC-HC.1.9.21.2.x86.exe"
file64 = "$toolsPath\MPC-HC.1.9.21.2.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
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.4751/gvim_8.2.4751_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4751/gvim_8.2.4751_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4755/gvim_8.2.4755_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4755/gvim_8.2.4755_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: 061B13EAB8C22C45CA331CB924E007BFD03F679C84795ED2D61F23B600EA9783
checksum64: 759DBCAF5D835D17E1A8C6D9773C961499ED7823C8F9CFEC92639D12D9C38284
checksum32: 64CDDB784DA95519C1509A9B098D08631DD30DA8F3C62177E228A8DBC12FA5F7
checksum64: 2766F1983A42BB9A0571810211DD5C0EFB72F4314B9B9F2F52B771D68E2EBD05
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4751_x86.zip"
file64 = "$toolsDir\gvim_8.2.4751_x64.zip"
file = "$toolsDir\gvim_8.2.4755_x86.zip"
file64 = "$toolsDir\gvim_8.2.4755_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4751</version>
<version>8.2.4755</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 4b6ee5b

Please sign in to comment.