Skip to content

Commit

Permalink
AU: 3 updated - chromium kubescape vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 28, 2024
1 parent cf3d402 commit d832f13
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "127.0.6505.0-snapshots",
"snapshots": "127.0.6506.0-snapshots",
"stable": "125.0.6422.113"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>127.0.6505.0-snapshots</version>
<version>127.0.6506.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1306321/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1306513/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum64: 156C07AE3DB444C6CA3A64B12B01A422EB3BA7FA4B1C6E506E4DE767CDEC95A7
checksum64: E5F6F061203546F865E103ED41952CB72AE74FB5819A37C6D305C49CECF39D18

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '127.0.6505.0-snapshots'
$version = '127.0.6506.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1306321/mini_installer.exe'
checksum = '9A83B9AEE0B9A0A10B7F97950D22F4B385A70BC76CDAF9E23792ABDCADADFAF3'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1306527/mini_installer.exe'
checksum = 'E56483926ADD7602995FD6200CE44FE11CD2BD2691E444E4C7ABAE20291B73A1'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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.10</version>
<version>3.0.11</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.10/kubescape.exe>
64-bit software: <https://github.com/kubescape/kubescape/releases/download/v3.0.11/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: 32A7C2ABCD919A6F181304F78132704279D088CF44A3591AC4550B87160DA224
checksum64: E81A8055BA4207C16A090D431DF50613F30E81E85373B4E738ECFB0717945467

The file 'LICENSE.txt' has been obtained from <https://github.com/kubescape/kubescape/blob/92449bf564ca256263db0b185746553e7d0b3c96/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/v9.1.0446/gvim_9.1.0446_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0446/gvim_9.1.0446_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0447/gvim_9.1.0447_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0447/gvim_9.1.0447_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: B94ACF79F4C1E2055324671D3107089BB12377C97B3ABB53F2784E7F10DEF08B
checksum64: 2D93FBFCB3B6F8A93EC08C7B166B6923F9151152669FE933D8B5EE391C36EEC0
checksum32: C22F68B2AFFB16CB79BB078F16A00800B03A930CB062C6140E0B58F362375D40
checksum64: 28F7048BAED7B92407D44FC292D4A14810CCA88CAD996D9494DDF1073AE1467B
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_9.1.0446_x86.zip"
file64 = "$toolsDir\gvim_9.1.0446_x64.zip"
file = "$toolsDir\gvim_9.1.0447_x86.zip"
file64 = "$toolsDir\gvim_9.1.0447_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>9.1.0446</version>
<version>9.1.0447</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 d832f13

Please sign in to comment.