Skip to content

Commit

Permalink
AU: 2 updated - googlechromebeta k9s
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 29, 2021
1 parent a4f4e90 commit 0d7662d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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>95.0.4638.17-beta</version>
<version>95.0.4638.32-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 = '95.0.4638.17-beta'
$version = '95.0.4638.32-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 = '7493d65ed904517173857232b84da4b1336d7cbd5160a61090914874b3c2a66a'
checksum64 = 'a81f2dcdd95395617b58fb6cdb699f64f6daf73feee5657d86cd9f891660dcc5'
checksum = '4c0369f3e55ed85b51770241ae39fd1e870dc835c18ea0bb3d292b36864d44e0'
checksum64 = '861b246674b751d6ee81b5bb03861e9aacb7d2169f56437bf8e1a68137e7c26b'
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/k9s/k9s.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>k9s</id>
<version>0.24.10</version>
<version>0.24.15</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down

0 comments on commit 0d7662d

Please sign in to comment.