Skip to content

Commit

Permalink
AU: 4 updated - ccleaner kubernetes-cli vscode-insiders vscode-inside…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 17, 2024
1 parent f899cd8 commit 8e23e57
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>6.25.11131</version>
<version>6.26.11169</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup625.exe'
checksum = 'FC742A3D45B0ECAE70740BD66A9A4C01B01ECC239DFB1CFC15A4B0D93ABA6F3D'
url = 'https://download.ccleaner.com/ccsetup626.exe'
checksum = '90D47AE79A4C1A7C4B7EFFB1EC45036A514BC816CF9CF8DFE313B8C74FF4B119'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"1.24": "1.24.15",
"1.25": "1.25.16",
"1.26": "1.26.15",
"1.27": "1.27.15",
"1.28": "1.28.11",
"1.29": "1.29.6",
"1.30": "1.30.2"
"1.27": "1.27.16",
"1.28": "1.28.12",
"1.29": "1.29.7",
"1.30": "1.30.3"
}
2 changes: 1 addition & 1 deletion 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.30.2</version>
<version>1.30.3</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
Original file line number Diff line number Diff line change
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.30.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.30.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.30.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.30.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: 2A8267BEA8B3F421F122670211A7ABE1ED6EFDCE5345F00EA0D5B53CB0896CCE
checksum64: 3A5043D7ED09395C056D5E658F3A0AD3AD56F1E38FBAD83B9F33542416354F8D
checksum32: 0B6917F8CDD92A04B064CABD4E45CFA7780FC2F9CB0E63B68AE14E102EFD7967
checksum64: 692FA8A65CC3B811280AB38A9998C5745F4F6FCC4D3D7D8441B97FFA5C24B032

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/06f8ef165cc37104bc78b7f36209d95333474348/VSCodeSetup-x64-1.92.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/4a103b0eea7de96d12fc2cbada846ca7ef4f1298/VSCodeSetup-x64-1.92.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '9e32226c44306427215b3228dd56759a2b7d889da9c8704860265c61ec6fb8f1997eb222a5d953a64267b3fb8f22bd223977af80a2946039d0ad2017f1ab55da'
checksum64 = '442bafbe29a8bce44126fb455b54b94e18c5c9f13e4f8d12752ffdfed47c4deee83b2c31c266cb5e02865e674d800af9c1b108fa20419f297a0fa11f22059fc3'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.92.0.20240716</version>
<version>1.92.0.20240717</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.92.0.20240716</version>
<version>1.92.0.20240717</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.92.0.20240716]" />
<dependency id="vscode-insiders.install" version="[1.92.0.20240717]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 8e23e57

Please sign in to comment.