Skip to content

Commit

Permalink
AU: 3 updated - googlechromebeta kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 18, 2021
1 parent 520d67b commit de7c87c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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>89.0.4389.47-beta</version>
<version>89.0.4389.58-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 = '89.0.4389.47-beta'
$version = '89.0.4389.58-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 = '4cf5ab26a9878561336620a699f085667a32da1131cc55cb62e8ca578a94b4e6'
checksum64 = 'f5e8d1c3a78431f285b080fbd8b02213d53f7ac78f33784ba23ca6b3fd8a51c8'
checksum = '57e763803f3ae0725bc04d15152253bca545d34cc7170d30e5e3d88e572c0f9f'
checksum64 = 'db1bafbfe7dad3b28a83f402c5c22cf22991f4ec0237ac4c8ef92968b4afc14e'
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 @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.20.2"
"1.2": "1.20.3"
}
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.2</version>
<version>1.20.3</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#v1202</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1203</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.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.20.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.20.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.20.3/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: 1DA7056F9157714CB7C77DE48029D89F2AABD7DFA2AC3E08923AC57418F54F46
checksum64: EEA4DCBE97BE0F9178370E3FFB2750F92D597DCAAA3CE51782CA30D87F09D74B
checksum32: C3CE42E66E2A9C987172E0460AC63F3AB66474C2488FD9203EB65EADE4915D01
checksum64: 4A321A1503AE5289AB8CFC83AFD0361189B5AA9DFE57A229380ABA125FCB4398

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2521/gvim_8.2.2521_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2521/gvim_8.2.2521_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2529/gvim_8.2.2529_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2529/gvim_8.2.2529_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 3DFE9332A8D0382DB49E9761BE3BD931270CD3D96995E6BA8721A6AC4232353B
checksum64: 89773857A144D81EEF4E786B8DC8205C6EC3A477B6D36F912D80E0E11E920101
checksum32: 4813599C93B62CC716B6AD51BD233C263BFD391A3E1C6AC320EA0A894D71632A
checksum64: 220132C58E2437194891342E150ECFA6BDE1E8165E18C8503EAB394D571F7535
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2521_x86.zip"
file64 = "$toolsDir\gvim_8.2.2521_x64.zip"
file = "$toolsDir\gvim_8.2.2529_x86.zip"
file64 = "$toolsDir\gvim_8.2.2529_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2521</version>
<version>8.2.2529</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit de7c87c

Please sign in to comment.