Skip to content

Commit

Permalink
AU: 4 updated - chromium googlechromebeta kubernetes-cli vscode-insid…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 21, 2022
1 parent 2eff82a commit 190c8d0
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "108.0.5313.0-snapshots",
"snapshots": "108.0.5315.0-snapshots",
"stable": "105.0.5195.102"
}
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>108.0.5313.0-snapshots</version>
<version>108.0.5315.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/1049321/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1049292/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1049636/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1049647/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: 7DAD332C7A0546B9C525B8E4B3F4E717A6416D22921B858E75B1A7875EA08D83
checksum64: 21007A748807B4EA2B32C5AFEA3B0606E5561198FEF144076923C9E0E2DC6024
checksum32: B9A10B2C79A45373AC5CC6A0B5E18C3D104F31543E3A81D6E97982BA18C5212F
checksum64: 41286972297278A5ACE368F74DABC1A84F2F85B14A8171DF2E75CE1AE45D0C03

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 = "108.0.5313.0-snapshots"
$version = "108.0.5315.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/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>106.0.5249.40-beta</version>
<version>106.0.5249.55-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '106.0.5249.40-beta'
$version = '106.0.5249.55-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'ab9596c61ca74759f3b025270cbce6f8285ba88fd1ea9c39f8a5bfb3dc2e8fa8'
checksum64 = 'af384e610e64462756419749ade7735bf3190ac0ff3589b580dac86da464ad3d'
checksum = '0e9868f7a20d7a21f7d5f52883786532b42a9c9658b2c12fb4c18940af34f73b'
checksum64 = '30811ea5ae65a32395d28a08ebee801fdfad46d2f1811ed60258fc9d9d487c70'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -12,7 +12,7 @@
"1.20": "1.20.15",
"1.21": "1.21.14",
"1.22": "1.22.14",
"1.23": "1.23.11",
"1.24": "1.24.5",
"1.23": "1.23.12",
"1.24": "1.24.6",
"1.25": "1.25.1"
}
4 changes: 2 additions & 2 deletions 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.25.1</version>
<version>1.24.6</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 Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -4,12 +4,12 @@ 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/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.25.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.25.1/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.24.6/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.24.6/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: 48EC0B6AC2A6E543BBE543A710D5101DF7CA52C160FFA1D30574B1ADAA3D3DEC
checksum64: 01C0ED6D44D3BE705DB46322AB0E1A1294796E2D92AEF1B2874BE5A796620F4A
checksum32: 3E7F3D5CB68FF481D3EFEDE4480F7AAD5CB3D3C21DABFE303707DB22E409ACC2
checksum64: 48CBDC7D298A9C82C048307CED9B252623C5CDD1A9BB077E4E7860BBF96672D9

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/a829fbb91cbae44afb6a389341a0763fb3a6ac6f/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a829fbb91cbae44afb6a389341a0763fb3a6ac6f/VSCodeSetup-x64-1.72.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/333754f29b719f605904f072b13c054c2231b9bd/VSCodeSetup-ia32-1.72.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/333754f29b719f605904f072b13c054c2231b9bd/VSCodeSetup-x64-1.72.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '67bfc30b200fc3d70c7ad24568cd3d12486b19676c6ebbe08e02a94cd7ebdab6f33bc47816d56f405bff34eb713f49f10b553595301066b4b5acd35e1372ddbf'
checksum = '823dee60b1f7a830a0d658da24ef5509558773c73481e57ef2b0bd90cf2d526f24f6ba37857f979c08f6e1f42bc5fd066810ff50005c481a9eab7ff00b38817a'
checksumType = 'sha512'
checksum64 = '50d3171a53d9e4745b980d6a40307456acbe5ab2387bad3853561635ebfa5e1feb8b17cfc4aa23947bb9c388b9ed4dc1fb56f3e8fe6de890b6d140f1c736f02c'
checksum64 = 'ebdd4b13290161a1d3b4cb86da3401d8d885fcafddd342c9bbcf546767f77a3b75b49da0a3b9da547ff76dfede813ee58f627577f556a32db85b6939f93dc63d'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.72.0.20220920</version>
<version>1.72.0.20220921</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 190c8d0

Please sign in to comment.