Skip to content

Commit

Permalink
AU: 4 updated - chromium googlechromebeta tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 13, 2022
1 parent 17e7040 commit 9195811
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 55 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": "99.0.4826.0-snapshots",
"snapshots": "99.0.4827.0-snapshots",
"stable": "97.0.4692.71"
}
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>99.0.4826.0-snapshots</version>
<version>99.0.4827.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/958110/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/958109/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/958277/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/958281/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: D0C8F3351331CD061D9EF61EA7978F8187C0DBE1A9E4B3E6FF8C66C2B3AC7848
checksum64: BFBFEFB463AB3F79664F2327A2982BEBBD8AAAE0393423387301B83DE4D94E25
checksum32: 276AB482E06611E9A64CBC8518E98D7A986C841B4E8A4960990B069B53868A37
checksum64: 95238CE6A099B49453AB4A20655581808EDB73E68778DA2807D6656FD03003D4

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 = "99.0.4826.0-snapshots"
$version = "99.0.4827.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>98.0.4758.48-beta</version>
<version>98.0.4758.54-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 = '98.0.4758.48-beta'
$version = '98.0.4758.54-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 = '9316e798bd309cb3fa696c941dee455d6a076ece30cf59ef71de55588f8fd15b'
checksum64 = 'd9614f8bf47348a611aaea313c150cf98fd276dd63500938b15204a416cae713'
checksum = '33e74e9c1f54f7b6c4fdc9a68b8c58f231c6134b8a0c063e8d340e7a33c7be98'
checksum64 = '529ebb64ff03c4d807dee95b2c057c7838d6a1ecf3e16dd109777bd29ef357fa'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
72 changes: 36 additions & 36 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.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>tor-browser</id>
<version>11.0.3</version>
<version>11.0.4</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
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.4065/gvim_8.2.4065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4065/gvim_8.2.4065_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4072/gvim_8.2.4072_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4072/gvim_8.2.4072_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: 11DC1AB1C412ED5DB2A01F497C3E30E74FFF20B2ACB8C0B5CB5D8B14299FE2E4
checksum64: 2089284C0CE18EE63266CD9E8A4EDBDE3B3D2027D952AC67017F19FDEFF5BCAE
checksum32: C6BE5D320718D4F4ED4580AF97974D443A0DA417A051BC8302612668AB2235C9
checksum64: 8DB09B199C6B55CA2AD551D9982EA8520EA7E2B91BAFC4E9141C0D0EA02FED99
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.4065_x86.zip"
file64 = "$toolsDir\gvim_8.2.4065_x64.zip"
file = "$toolsDir\gvim_8.2.4072_x86.zip"
file64 = "$toolsDir\gvim_8.2.4072_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.4065</version>
<version>8.2.4072</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 9195811

Please sign in to comment.