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 Jan 12, 2023
1 parent dc429f5 commit 7593113
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5532.0-snapshots",
"stable": "108.0.5359.125"
"snapshots": "111.0.5534.0-snapshots",
"stable": "109.0.5414.75"
}
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>111.0.5532.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>109.0.5414.75</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/1090978/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1090998/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.75-r1070088/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v109.0.5414.75-r1070088/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: 62B211F286ED9999D13FE5DACDF20BC4BE5354B4A45753F6A37357A0922BC72B
checksum64: 7460D2A97869D3421D6E0D23EE58BD3C2C9E3698348BF028A4441653C83977AA
checksum32: 7F772FE98BBB039F950F493785AA174C6A9F019E33FBEA0910B85B5474163C49
checksum64: 8DEC542BCB5CF02C3C8360D91B6C1F1837FE8EF794A25C85843612EC9AF06243

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 = "111.0.5532.0-snapshots"
$version = "109.0.5414.75"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
10 changes: 5 additions & 5 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <https://github.com/clsid2/mpc-hc/releases/tag/2.0.0>
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.24/MPC-HC.1.9.24.x64.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.9.24/MPC-HC.1.9.24.x86.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.0.0/MPC-HC.2.0.0.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/2.0.0/MPC-HC.2.0.0.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: 517F8BE9C09A447308905598F3285EC9A34ACEDC073726136A7283B42F5BD5FA
checksum64: 8DE3C61DE0F5C2188EFEEBB94A4EBFC57F16B8241486CD83C969A24497020039
checksum32: 23F643B3BC7D0F12FB46E34F29F2C93AA92E20FBAE0B49F44410D3A8573E723D
checksum64: 638B7AFB9D6757266CF2247D01FFE116585BDDBBC56C87AB5DF789082ED979B2

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.24</version>
<version>2.0.0</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.24.x64.exe"
file64 = "$toolsPath\MPC-HC.1.9.24.x86.exe"
file = "$toolsPath\MPC-HC.2.0.0.x86.exe"
file64 = "$toolsPath\MPC-HC.2.0.0.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/v9.0.1174/gvim_9.0.1174_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1174/gvim_9.0.1174_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1182/gvim_9.0.1182_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1182/gvim_9.0.1182_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: DD36D1301B03AEC725EB467258A5FCE96F4E505AA8745FCE8ED971BE5669DD86
checksum64: 708930BC0AF37D723C22CCE9521988FB20E13CAA123193407FB58EBA6C2DD64A
checksum32: 512FD287F0D4D21C1826A4B372820B8B94BB24681B5C8EA6982B6A0D6DBCDF1F
checksum64: 228D1DA0F8651BF99629B8B0FFCE81A9382A9D692467C6659936C74D244DDA13
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_9.0.1174_x86.zip"
file64 = "$toolsDir\gvim_9.0.1174_x64.zip"
file = "$toolsDir\gvim_9.0.1182_x86.zip"
file64 = "$toolsDir\gvim_9.0.1182_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>9.0.1174</version>
<version>9.0.1182</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 7593113

Please sign in to comment.