Skip to content

Commit

Permalink
AU: 3 updated - chromium googlechromebeta vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 11, 2022
1 parent 6da9fee commit 27efd46
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "106.0.5231.0-snapshots",
"snapshots": "106.0.5232.0-snapshots",
"stable": "104.0.5112.81"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>106.0.5231.0-snapshots</version>
<version>106.0.5232.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/1033254/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1033353/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1033643/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1033654/mini_installer.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: BE0103D2E3058A09E7316D2BFA92B35EAA41DD62DB125B6E074D0611A0D47CF8
checksum64: C4463004B3DFAF5CA043D2AA6E788922DF3B742B1DC4944974146020983A3F97
checksum32: 859FFEEBAE4B20AA4A5C8C1569B9F87CB34EB0EAD8F096E46B47A14C6F76D5A6
checksum64: 578B3C404AF6A0D3596366891463F2118BF7CC2332E3C50BC9C0AA4DEA27A277

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "106.0.5231.0-snapshots"
$version = "106.0.5232.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>105.0.5195.19-beta</version>
<version>105.0.5195.28-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '105.0.5195.19-beta'
$version = '105.0.5195.28-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '7814d6744ae915c58ed5da6bb31ffb78e752f9c6029319aaa4e18fe4a84a2288'
checksum64 = 'f9fb2ff7b6f47c7e2ba9075a655d1bd58957250aaf6ecb7f3ce1a90f2d95eb0b'
checksum = 'b2a348fe594974f3e2c34683a7409fabc662f18b2a32851a3cc61c4537e9ca8d'
checksum64 = '2b25ecf265bd26298ae92eb10e3bf6b17b0b24ce1082e7a0de8d26646b02e7d0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.0.0181/gvim_9.0.0181_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0181/gvim_9.0.0181_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0189/gvim_9.0.0189_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0189/gvim_9.0.0189_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: CA7CAF4A78CCDB4952BBD15EC9B96E9264D0868D190C4C91C4C37BE9FF332D91
checksum64: 7AC7E7CE6D8E360287A8ED0262F08AB4C56B037E017B5A7E7FDF020C97149E88
checksum32: F95331BD7771C942C0409830D8031B138C26436EE6F5983BAC8D6C93931FF775
checksum64: ACB93C536C2A745D6FF0C9A1D3CD07ADCA06887C83E86FC26848FAABAD81F493
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.0.0181_x86.zip"
file64 = "$toolsDir\gvim_9.0.0181_x64.zip"
file = "$toolsDir\gvim_9.0.0189_x86.zip"
file64 = "$toolsDir\gvim_9.0.0189_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.0.0181</version>
<version>9.0.0189</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 27efd46

Please sign in to comment.