Skip to content

Commit

Permalink
AU: 4 updated - calibre chromium GoogleChrome googlechromebeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 24, 2021
1 parent b96d87f commit c0c4971
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>5.27.0</version>
<version>5.28.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey-community, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/calibre/legal/VERIFICATION.txt
Expand Up @@ -8,14 +8,14 @@ and can be verified by doing the following:

1. Download the following:
32-Bit software: NOT INCLUDED IN PACKAGE
64-Bit software: <https://download.calibre-ebook.com/5.27.0/calibre-64bit-5.27.0.msi>
64-Bit software: <https://download.calibre-ebook.com/5.28.0/calibre-64bit-5.28.0.msi>
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: NOT INCLUDED IN PACKAGE
checksum64: 738AAF1056EB39484ACEB4ADEB9F610569DACB52317180B337658E1683E0AE28
checksum64: 97524771821A6D8BADB270FEC4F08B61AAF993144628DE37C82DB256677C4E20

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
6 changes: 3 additions & 3 deletions automatic/calibre/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://download.calibre-ebook.com/5.27.0/calibre-5.27.0.msi'
checksum = 'F83111F93623690D905FDB85C168BB7068D3F0CB336A3A6F1B22B343BD627E2B'
url = 'https://download.calibre-ebook.com/5.28.0/calibre-5.28.0.msi'
checksum = '79A83BD3D7315C29B84D39746AE1ED902EC04D01C99F419A4D4E8D13F4DF2FA6'
checksumType = 'sha256'
file64 = "$toolsPath\calibre-64bit-5.27.0.msi"
file64 = "$toolsPath\calibre-64bit-5.28.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "96.0.4652.0-snapshots",
"snapshots": "96.0.4653.0-snapshots",
"stable": "94.0.4606.54"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>96.0.4652.0-snapshots</version>
<version>96.0.4653.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
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/924307/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/924313/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/924612/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/924626/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: 4D64C578BAEB3CD8CAADADBED36AC680B595D4FB01EB9D08E7548AF5586D5583
checksum64: CADECE88F5593C511101D265A36763101D9DE433F5C4ED9EF37BEE39BE5640DB
checksum32: D245EF2A1AA9E0608E2C03892AA1474AFF11874B88495E746827BBB6AA2C6AE4
checksum64: 9DCD5D327F270E339BDF72165DB5CF2ED9EDA1BCF10F25AD447BA68EB14795F3

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 = "96.0.4652.0-snapshots"
$version = "96.0.4653.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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>94.0.4606.54</version>
<version>94.0.4606.61</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '94.0.4606.54'
$version = '94.0.4606.61'
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 = '20bfc46c388706e55b259d1898d65753fb5a2687669037297cfbc9844de7409c'
checksum64 = 'd6a878e560c742c2988c1271903bf2085f77cad0b2ef0250094fc85009896f9e'
checksum = '7af2adc3135989d3706fa35869a3e36140869cb86c271cfc21b29ebeb0c86e0b'
checksum64 = '8921fbe7d5a9230d83047f98e208265b4d3b6bec0d43ea9daec6a53b1a301e26'
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>94.0.4606.54-beta</version>
<version>95.0.4638.17-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
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '94.0.4606.54-beta'
$version = '95.0.4638.17-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 = '5266a13d12a791c2d7a70f310fc89cf755c47860cda9a4085754bb08ace95023'
checksum64 = '8231459eba3f4856cb3aa4b5d51ce1928495f70cf0777c9e8a77c4656e642d4e'
checksum = '7493d65ed904517173857232b84da4b1336d7cbd5160a61090914874b3c2a66a'
checksum64 = 'a81f2dcdd95395617b58fb6cdb699f64f6daf73feee5657d86cd9f891660dcc5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit c0c4971

Please sign in to comment.