Skip to content

Commit

Permalink
AU: 2 updated - Everything kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 26, 2022
1 parent cfbd6bb commit 6f4f325
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/everything/Everything.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>Everything</id>
<version>1.4.11015</version>
<version>1.4.11017</version>
<title>Everything</title>
<authors>David Carpenter</authors>
<owners>chocolatey-community, Mark Michaelis</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/everything/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Package can be verified like this:

1. Go to

x32: https://www.voidtools.com/Everything-1.4.1.1015.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1015.x64-Setup.exe
x32: https://www.voidtools.com/Everything-1.4.1.1017.x86-Setup.exe
x64: https://www.voidtools.com/Everything-1.4.1.1017.x64-Setup.exe

to download the installer.

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: 759C3B12E90DBF7C3D53C7675BB7ED8EC27D6F7E7FDBC5EC9C291D7FCCB4B92F
checksum64: 793AD39E3CE2F8422BF7A11118B00EE0006F48AC1F6212C42780725BE236DF1D
checksum32: 80E10255B3C4A653EDC2AE162CC0BA78EA4D269F9B80F309007ED39046CAED53
checksum64: 3FA21697C132FB04B9C2FE539CB86ACC995605323165520FF902924DD48D88B7
checksum es.exe: 5AE97E10B832B8B94427B685E3C733896524B2269D8E096D40194F3CCB05A073

Using AU:

Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1015.x64-Setup.exe
Get-RemoteChecksum https://www.voidtools.com/Everything-1.4.1.1017.x64-Setup.exe

File 'License.txt' is obtained from:
https://www.voidtools.com/License.txt
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.24.0"
"1.2": "1.24.1"
}
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.24.0</version>
<version>1.24.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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#v1240</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1241</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.24.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.0/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.24.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.1/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: 20E3FFD6B375AC5AB574D6DB9C406C2687E652269AC4B1329EE8E2856A440C0A
checksum64: 6293D20B2DBFCEFE1A368FFEEAED20618F689AD3637147E91C629CD497A2EBCC
checksum32: 8957512C5FC4182F048630ABED52620C73E917A53437F5124119B7070BF899B4
checksum64: D44168F53E0911CC1A55E2C915305606D8FF66957B1CD0AB8AEA657F0FE37F74

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit 6f4f325

Please sign in to comment.