Skip to content

Commit

Permalink
AU: 5 updated - ccleaner curl kubescape vscode-insiders vscode-inside…
Browse files Browse the repository at this point in the history
…rs.install

[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 11, 2024
1 parent 9b0abb6 commit 41ae7d8
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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.30.11385</version>
<version>6.31.11415</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/ccsetup630.exe'
checksum = '8A2D5C5DD1807331A4AB4DDBCBAB4746407FDB394806BBA0D04F760233E61B0B'
url = 'https://download.ccleaner.com/ccsetup631.exe'
checksum = '4683B541AF3899A591D31B58879C6C2C8EF5D3708C6F17AF1CF9D7D9277E19DC'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/curl/curl.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>curl</id>
<version>8.11.0</version>
<version>8.11.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Package can be verified like this:

1. Go to https://curl.se/windows/, and look for the official binaries provided.

x32: https://curl.se/windows/dl-8.11.0_1/curl-8.11.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.11.0_1/curl-8.11.0_1-win64-mingw.zip
x32: https://curl.se/windows/dl-8.11.1_1/curl-8.11.1_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.11.1_1/curl-8.11.1_1-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

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: 5713552DED2490E741208EE8CE54E868490517B88483BB49A2FE473B63976251
checksum64: 387797DE7BA79B0A056C332F3924CDE267DE9FB42616F524C24EAEEB8D9D84E9
checksum32: 0A14545944794BBC63EBEA8F67AA32882B2C3663D659BE36DDF760049D76C81F
checksum64: 75A8260D2BA51AA396A540D761E57E6FE0D5C0D5377D6AF8C9DE3EFB639851B2

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING
4 changes: 2 additions & 2 deletions automatic/curl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $env:chocolateyPackageName
FileFullPath = "$toolsPath\curl-8.11.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.11.0_1-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-8.11.1_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.11.1_1-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/kubescape/kubescape.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>kubescape</id>
<version>3.0.21</version>
<version>3.0.22</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape</packageSourceUrl>
<owners>chocolatey-community,hollowman</owners>
<title>kubescape: Kubernetes Security Platform</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubescape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ location on <https://github.com/kubescape/kubescape/releases>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.21/kubescape.exe>
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.22/kubescape.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: EE63CFF46C50BE5E1FF3808E83CC1ED424BE8B193ECE7925C1BB0CF8A123D100
checksum64: A04FD12AEAC34C89BC49A97814DDC6D597103B628DF90159B0F266B93331CC12

The file 'LICENSE.txt' has been obtained from <https://github.com/kubescape/kubescape/blob/92449bf564ca256263db0b185746553e7d0b3c96/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/9e67a1dad5d030b5e2d4a1bb70f12c82287135db/VSCodeSetup-x64-1.96.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/138f619c86f1199955d53b4166bef66ef252935c/VSCodeSetup-x64-1.96.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '0c9a9d663a870d9629c521cc1f0066fda57504a84e8815e654d22b834fc1091b882efa5225223af819ee11eb618a6c9e89bf522f63b1cd4d31b396dcd994923a'
checksum64 = '82ca4cf5033791d5e339f8d49e23dc95072e8ffec0cb092469c55a044ad6ca7e1deeae734fb5f7905a64597f1465a80dd51dbaace7086275fb1f807c632406a3'
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.96.0.20241209</version>
<version>1.96.0.20241210</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.96.0.20241209</version>
<version>1.96.0.20241210</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.96.0.20241209]" />
<dependency id="vscode-insiders.install" version="[1.96.0.20241210]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 41ae7d8

Please sign in to comment.