Skip to content

Commit

Permalink
AU: 2 updated - chromium kubelogin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 1, 2023
1 parent 23b1f61 commit 9153612
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "113.0.5624.0-snapshots",
"snapshots": "113.0.5625.0-snapshots",
"stable": "110.0.5481.178"
}
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>113.0.5624.0-snapshots</version>
<version>113.0.5625.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/1111138/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1111138/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1111479/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1111488/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: 0202DFF843F5617A7F9AF9ACBAE216170E7421B63B4560094FEF2F72B08A5BED
checksum64: CB7082F6FAAC03D9557F0E8B17E8F13CF95DF6D1F3DA31F261BFBF594DA50D36
checksum32: C7BA17BD9938151B766F2A5F16FC35F4DA65C93CA59FBDAC72E4E5FC23632EB9
checksum64: 1BEB28DA52D1C169B1FD7BF0ACF93F8AB6599745C24099CFDBA2ADE075606215

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 = "113.0.5624.0-snapshots"
$version = "113.0.5625.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubelogin/kubelogin.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubelogin</id>
<version>1.26.0</version>
<version>1.27.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubelogin</packageSourceUrl>
<owners>chocolatey-community,jetersen</owners>
<title>Kubelogin (CLI)</title>
Expand Down Expand Up @@ -38,7 +38,7 @@ users:
command: kubelogin
```
]]></description>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.26.0</releaseNotes>
<releaseNotes>https://github.com/int128/kubelogin/releases/tag/v1.27.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubelogin/legal/VERIFICATION.txt
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/int128/kubelogin/releases/tag/v1.26.0>
location on <https://github.com/int128/kubelogin/releases/tag/v1.27.0>
and can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.26.0/kubelogin_windows_amd64.zip>
64-bit software: <https://github.com/int128/kubelogin/releases/download/v1.27.0/kubelogin_windows_amd64.zip>

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: 717D6D277F9602717209209DF36F05EB6B66CC1483552C948BCBF4DC132E7DA2
checksum64: 2C26BF82E6984CF245D4EA8BE6BBA07A42AF0CF8E50B90402D039DF74FDD0CCE

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit 9153612

Please sign in to comment.