Skip to content

Commit

Permalink
AU: 5 updated - chromium kubernetes-cli mattermost-desktop nodejs nod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 21, 2024
1 parent d9b6a29 commit 7789d62
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 36 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": "133.0.6849.0-snapshots",
"snapshots": "133.0.6850.0-snapshots",
"stable": "131.0.6778.86"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>131.0.6778.86</version>
<title>Chromium</title>
<version>133.0.6850.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win64/releases/download/v131.0.6778.86-r1368529/mini_installer.sync.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1385862/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: A453C58DF8B16E889D579DAA24ABCDC72E231131ECB1256D91BF238C8794D9CB
checksum64: 4D16A7DEC0521F33B8AC2E4CF0FCC47AE967AAEC2A2B797AAAACCBD1A53A4A97

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 = '131.0.6778.86'
$version = '133.0.6850.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://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1385910/mini_installer.exe'
checksum = 'C669DD85D1B18D40EDCE78FA0710C81CC994F823EEE37D5E4A0AB71389275FEE'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"1.26": "1.26.15",
"1.27": "1.27.16",
"1.28": "1.28.15",
"1.29": "1.29.10",
"1.29": "1.29.11",
"1.30": "1.30.6",
"1.31": "1.31.2"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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>kubernetes-cli</id>
<version>1.31.2</version>
<version>1.29.11</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.31.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.31.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.31.2/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.31.2/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.29.11/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.29.11/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: 6D087554978A24D6AE4AC442F542B940A4DDFC8F2DB5F490D280D7ED3783C5C7
checksum64: 918AF747BBC819CF24E1E69F26CE52584EB7B1F3E93DE857C9A86E6AFF83C65B
checksum32: 2032B0BED4AC2516B9E9D49A6A8F3D18DCC61DCC9D8AAE56C5F03E27073327F9
checksum64: 4D29783B4DA8E581C41F3AEE21BD3D68FBABD340694E6072019BDDACBF1D0EC2

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page <https://github.c
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/5.10.0/mattermost-desktop-5.10.0-win-arm64.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.10.0/mattermost-desktop-5.10.0-win-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.10.1/mattermost-desktop-5.10.1-win-arm64.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.10.1/mattermost-desktop-5.10.1-win-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 4E98AE04E3B64422CA4D222EE9CB13E8D097DD8B2FAD384782DCDAA8CBEFAC6D
checksum64: BBE85376C3FF14D1FEE8467A34985DA938A051518C7E26E6BCAF371BBFFC39C1
checksum32: 1EA4376B910CECC94222E6BD1BFA8D126929038F8AC02B96923AE874A4E2E021
checksum64: CDF4F3C5F9D4F95707B20C425DDCD4067CD05DCF21AFFA171D94325E666BDF08

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>5.10.0</version>
<version>5.10.1</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-5.10.0-win-arm64.msi"
file64 = "$toolsDir\mattermost-desktop-5.10.0-win-x64.msi"
checksum = '4E98AE04E3B64422CA4D222EE9CB13E8D097DD8B2FAD384782DCDAA8CBEFAC6D'
checksum64 = 'BBE85376C3FF14D1FEE8467A34985DA938A051518C7E26E6BCAF371BBFFC39C1'
file = "$toolsDir\mattermost-desktop-5.10.1-win-arm64.msi"
file64 = "$toolsDir\mattermost-desktop-5.10.1-win-x64.msi"
checksum = '1EA4376B910CECC94222E6BD1BFA8D126929038F8AC02B96923AE874A4E2E021'
checksum64 = 'CDF4F3C5F9D4F95707B20C425DDCD4067CD05DCF21AFFA171D94325E666BDF08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
6 changes: 2 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ The installer/archive has been downloaded from the authors official download lin
and can be verified using the following:

1. Download the following installers/archives
- 32-Bit: <https://nodejs.org/dist/v20.18.1/node-v20.18.1-x86.msi>
- 64-Bit: <https://nodejs.org/dist/v20.18.1/node-v20.18.1-x64.msi>
- 64-Bit: <https://nodejs.org/dist/v23.3.0/node-v23.3.0-x64.msi>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following SHA256 checksum:
- 32-Bit Checksum: <6F89D8EE1FF0DAF73EF408B9187A8F787327DDC6C393D5B8CDCBF9C6FF04B7C6>
- 64-Bit Checksum: <658930E6136D01BF244146A6436D8EA146CD50557C1B2A2617A60BCD9DCE0DA1>
- 64-Bit Checksum: <FD842E751DE2D3ED9C30B678D4ABC3D3CD8D137EAF7B92AA3A1B6DEEEA7AF0E1>

Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"20": "20.18.1",
"21": "21.7.3",
"22": "22.11.0",
"23": "23.2.0"
"23": "23.3.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>20.18.1</version>
<version>23.3.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = 'nodejs.install'
FileType = 'msi'
SoftwareName = 'Node.js'
File = "$toolsPath\node-v20.18.1-x86.msi"
File64 = "$toolsPath\node-v20.18.1-x64.msi"
File = ''
File64 = "$toolsPath\node-v23.3.0-x64.msi"
SilentArgs = '/quiet ADDLOCAL=ALL'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"20": "20.18.1",
"21": "21.7.3",
"22": "22.11.0",
"23": "23.2.0"
"23": "23.3.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>20.18.1</version>
<version>23.3.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[20.18.1]" />
<dependency id="nodejs.install" version="[23.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 7789d62

Please sign in to comment.