Skip to content

Commit

Permalink
AU: 4 updated - chromium gom-player kubernetes-cli vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 19, 2023
1 parent b040b7d commit 628fddc
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5546.0-snapshots",
"snapshots": "111.0.5547.0-snapshots",
"stable": "109.0.5414.75"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5546.0-snapshots</version>
<version>111.0.5547.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1093774/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1093757/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1094051/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1094059/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
checksum32: 6817F89A033C32FF1FC2068EE36ED92169162D4709A6BA3629B621ECD608ACD8
checksum64: 7FD6DFCCEA0DD0DC5462523B15AF7FC957D94FBE17E25126A0DD99D3471268EF
checksum32: 7288D2FF9E32FAEC44FED50696B49226D8E555CA161EAC1E4B5076CBFA2F653D
checksum64: 6BDD5934A534FA506DEA0DA8CFE3D1D883CD4079CF3BDD016DD8A82680528393

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "111.0.5546.0-snapshots"
$version = "111.0.5547.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/gom-player.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gom-player</id>
<version>2.3.82.5349</version>
<version>2.3.83.5350</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gom-player</packageSourceUrl>
<owners>chocolatey-community, AdmiringWorm</owners>
<title>GOM Player (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gom-player/tools/chocolateyinstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE'
softwareName = 'GOM Player'
checksum = '22736e59691c9e22e22f0e869f62e309362993761ba16e59e742fcc95c62fd85'
checksum = 'd2151dbbef041fa88b4d3d81f10113de9fb06653d6d5e8341272f0a518df7d3b'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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.15",
"1.23": "1.23.16",
"1.24": "1.24.9",
"1.25": "1.25.5",
"1.26": "1.26.0"
"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.26.0</version>
<version>1.26.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
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.26.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.26.0/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.26.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.26.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: 353FF5C42205325A75CBBD895E938A1BC167B05684C593D8EE58EE71866019DC
checksum64: 564A71F1EF4B94601FD4D6B416FA8E53FFC61FF25B02F15D194CF4E2778ACB42
checksum32: 8A981330936BA1E20086DD063B6E8673126744190EA800C8EDE5B5B4304A8FB3
checksum64: 0DD4F2FE91194AA548177657BB296A484110DE214F286CBCF6BFBFE5241E4331

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.1215/gvim_9.0.1215_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1215/gvim_9.0.1215_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1221/gvim_9.0.1221_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1221/gvim_9.0.1221_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: DA7E47E3D57FA410EE973A4C4A5F0CB9E00365A8CCEAAAFB4269B5BC7F35F332
checksum64: 7D900E776CA7F3C49E361530D099073E7295078B1DC40D41075B0E264219C8E4
checksum32: 8113596F9138539E525C57F88AD3676C1C5B356CD10D2C35482F2D47BA8D7F5A
checksum64: 0C2561A7920DA668F560989D17F123EA0F62D909E934903C9D9E5A861CB1D83C
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.1215_x86.zip"
file64 = "$toolsDir\gvim_9.0.1215_x64.zip"
file = "$toolsDir\gvim_9.0.1221_x86.zip"
file64 = "$toolsDir\gvim_9.0.1221_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.1215</version>
<version>9.0.1221</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 628fddc

Please sign in to comment.