Skip to content

Commit

Permalink
AU: 5 updated - googlechromebeta kubernetes-cli mono tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 10, 2020
1 parent 29574dd commit 1ed54ff
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 59 deletions.
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>88.0.4324.27-beta</version>
<version>88.0.4324.41-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 = '88.0.4324.27-beta'
$version = '88.0.4324.41-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 = 'a0e416b340c66a4bedba289cd13b7af3d4ff3568310e6a47ae7644620869eed2'
checksum64 = '7d5092af5a4daa741e294af357a507208d90f78594d9f21a02ef7091e7dd7584'
checksum = '95ea154f46fdfe76382ce3ce5504ba2269f928f605c29397881e11b771cf1cb9'
checksum64 = 'a618e4b3b36e3479e690b845bbd16b9820d84bdb80ce09163bbc04f234cc51a5'
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/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"1.7": "1.7.16",
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.4",
"1.1": "1.19.5",
"1.2": "1.20.0"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.20.0</version>
<version>1.19.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1200</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.1.md#v1195</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.20.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.20.0/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.19.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.19.5/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: E2DDB7F903E01E9B3BF25C29ABE8E67C2226833FD94CD857A771D136A721E9C7
checksum64: 2DBA52F3D8214AC545197964D9DC550E7A3727AAB5BA38CC8820B60165E9C2F8
checksum32: 4006DD709068481F9F21D4B2A60637BD806418000E227B855655F497B0F08D41
checksum64: F5EDA164EDCF16B937B6069218C1C44AFD0D33FE18C7E5E582A1D1BB3596E514

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
2 changes: 1 addition & 1 deletion automatic/mono/mono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mono</id>
<version>6.12.0.98</version>
<version>6.12.0.107</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.98-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.98-x64-0.msi'
url = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '01fb215a26f462d39c7add813289f1d371834ed2e2aea2148aff57e4d2ec23a0'
checksum = '5e1640dc5ba03621331e789e170fd52f09d293e9244311a30f1f1a3ff4752fb3'
checksumType = 'sha256'
checksum64 = '37d1d9b4a5d0590ead7b9c1f9f72b9b795271aa3fa3b409679222731ce83f849'
checksum64 = '19a7d899e76f0ea33dcfb02cd1efafe0c8592239ad6d03900b3016e6d2ba36ab'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 1ed54ff

Please sign in to comment.