Skip to content

Commit

Permalink
AU: 5 updated - chromium GoogleChrome googlechromebeta thunderbird ty…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 13, 2019
1 parent 37682e7 commit ad382b6
Show file tree
Hide file tree
Showing 14 changed files with 141 additions and 141 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": "77.0.3824.0-snapshots",
"snapshots": "77.0.3825.0-snapshots",
"stable": "75.0.3770.80"
}
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>77.0.3824.0-snapshots</version>
<version>77.0.3825.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/668269/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/668268/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/668831/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/668831/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: 4E58F46316930F2486F451616768E255307B48DAEED9B1B2235C290B44C9D6C9
checksum64: 8E1EEFD12749B1BCF6F0284522C42AC80F51BE5A5FD703A0984524FC6238D6C6
checksum32: BB3AE908F9F536A546366305BC7120F6311B5A80ED4737F4FAE49A5674C01FB4
checksum64: B40DA8103D5D4811F7557326ABDECD7D9781BF37EA7DA17D9B7CD04C4B69A874

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 = "77.0.3824.0-snapshots"
$version = "77.0.3825.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/googlechrome/googlechrome.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>GoogleChrome</id>
<version>75.0.3770.80</version>
<version>75.0.3770.90</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '75.0.3770.80'
$version = '75.0.3770.90'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'e15171d6d9ecba52f912f4068589516857767b46d947a06ff514837c58c06e33'
checksum64 = 'ed090d29eb5f92fbbd2e9a0c3fb07bddbf162db062895b362c5d0a08d8c1ac16'
checksum = 'fb0c3d82925b431ce84d946424409f0b5f54d9952ee36c8875bb6a4175ec91e4'
checksum64 = 'eae626ad65d648f0ae2283f59b1b27bfa7a76e1f8977f1f6ff3c635d1400c909'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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>75.0.3770.90-beta</version>
<version>76.0.3809.25-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,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 = '75.0.3770.90-beta'
$version = '76.0.3809.25-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 = '67714baf36660f441f0d8dcf702f027ce599d37e4c746402c12199818174bba2'
checksum64 = '2fc88a4e6fc7526d528d6bf8c201c6f63b7725403355f067cd227cd76f8efe4a'
checksum = '9cc9d651d77d90f7d905f2ae77072c86d4db76b5e0463f0f03f3dc9e6b782b60'
checksum64 = '85d3b81a5577c25634b331280bc51b5fde41599cbd2cdf7180f1fb0d640ac6e0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>60.7.0</version>
<version>60.7.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit ad382b6

Please sign in to comment.