Skip to content

Commit

Permalink
AU: 2 updated - chromium googlechromebeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 10, 2022
1 parent 473fdc3 commit e1f6a66
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "100.0.4879.0-snapshots",
"snapshots": "100.0.4880.0-snapshots",
"stable": "98.0.4758.82"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>98.0.4758.82</version>
<title>Chromium</title>
<version>100.0.4880.0-snapshots</version>
<title>Chromium Snapshots</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
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://github.com/Hibbiki/chromium-win32/releases/download/v98.0.4758.82-r950365/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v98.0.4758.82-r950365/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/969101/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/969100/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: CC5C0D15D3A4F6BFF00CB903EB5003EFB819DA08F47A1A5D079D791C46EFB224
checksum64: B9EC89DC120489B978786A75E4DB53DA4123E222EC443E54AA1BE19F7B08D57B
checksum32: 34D4A8B1B9AA1347F62684CA96577A9A803EEA90293D2C83C3914F6F10ACD8D2
checksum64: 15E98758FB06CB8CF494606F40111163B8D6571D40C360A1DB4B996DA5DFE631

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 = "98.0.4758.82"
$version = "100.0.4880.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>99.0.4844.17-beta</version>
<version>99.0.4844.27-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 = '99.0.4844.17-beta'
$version = '99.0.4844.27-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 = '02d8965906a6df1e5e337b813fdd92010f6a2df4502b64db19896cefd847e881'
checksum64 = 'bb7a6b2edfe692c7e41cecdb8f9a4b64b0a3ab04a51c1cfc0132d553eba3c4c9'
checksum = '97715042a7da78c706af1a638ff56ef731c54ec222c3dd9dd6fb5120589ba91f'
checksum64 = '6f24a85d11378b2e38b74424a43e78a505a1b826a09668c83ad0e6d6ab2a8efe'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit e1f6a66

Please sign in to comment.