Skip to content

Commit

Permalink
AU: 3 updated - alldup kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 1, 2023
1 parent 17232f7 commit 23b1f61
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/alldup/alldup.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>alldup</id>
<version>4.5.31</version>
<version>4.5.33</version>
<title>AllDup</title>
<owners>chocolatey-community</owners>
<authors>Michael Thummerer Software Design</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/alldup/legal/VERIFICATION.txt
Expand Up @@ -15,6 +15,6 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: F222E50827268437FFAD42854700091709D1EBDFED6532FC8D78FC3C024D0FFE
checksum32: 411AF0EA479A34D2ED8DFCCB7E05234F8B2FA286923615DED10AEE1FC6EB3309

File 'Redistribution.pdf' is from personal email communication
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -12,8 +12,8 @@
"1.20": "1.20.15",
"1.21": "1.21.14",
"1.22": "1.22.17",
"1.23": "1.23.16",
"1.24": "1.24.10",
"1.23": "1.23.17",
"1.24": "1.24.11",
"1.25": "1.25.6",
"1.26": "1.26.1"
}
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.nuspec
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.10</version>
<version>1.24.11</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
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHAN
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.24.10/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.10/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.24.11/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.11/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: 2F9F8394CF6422D333754BFB255FD0C3E6029F86AC1BC0F91BA1F1D2E54FC55E
checksum64: 14105EAB6479A81ABBCDBE09DBBD72A6EB4EDAD1F2949EA8DCFDFF71B10DE63B
checksum32: 1C82D0F0C2F329C79953AEB5A819772618F28854CB5E952F27B3098756DABBDA
checksum64: 4ECD22DCF60B7C9F275A5B3FA7A05B3DCB3E3B1CBDF9CE6ABA69514B34FAFB05

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
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/v9.0.1355/gvim_9.0.1355_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1355/gvim_9.0.1355_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1365/gvim_9.0.1365_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1365/gvim_9.0.1365_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: 24A754411F2A5F7499143CFF8D725ABB818B00665E5376BBE712BFE5590EF38A
checksum64: 8B2B4174DC3EF50950EABF21ED361AEA011529D2A6D40C9623C2803EC58E67A0
checksum32: 7D84B89D05261E6253310D7814FB3C7B7074344844FAEC30BE1054555E0D6779
checksum64: F4002AE3E23C4F5598C4E30B1619CB87450630C5923662C2D0DDE9E96899EF24
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1355_x86.zip"
file64 = "$toolsDir\gvim_9.0.1355_x64.zip"
file = "$toolsDir\gvim_9.0.1365_x86.zip"
file64 = "$toolsDir\gvim_9.0.1365_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1355</version>
<version>9.0.1365</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 23b1f61

Please sign in to comment.