diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7f168c00dd6..18297f1cedf 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6849.0-snapshots", + "snapshots": "133.0.6850.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 59f31b0e703..0dc52883dae 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 131.0.6778.86 - Chromium + 133.0.6850.0-snapshots + Chromium Snapshots chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 7f93dd22962..52b01c2a486 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e3ee46842a5..44f855c3270 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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 @@ -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' diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index 7b8d42b712a..47b36b13834 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -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" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index 991b576cd69..59f889e77ca 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.31.2 + 1.29.11 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) @@ -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. ]]> - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index 3963ff24d23..66e15a99237 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -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 +location on and can be verified by doing the following: 1. Download the following: - 32-bit software: - 64-bit software: + 32-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -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 diff --git a/automatic/mattermost-desktop/legal/VERIFICATION.txt b/automatic/mattermost-desktop/legal/VERIFICATION.txt index 1cf69ab413c..9988e7d2f5f 100644 --- a/automatic/mattermost-desktop/legal/VERIFICATION.txt +++ b/automatic/mattermost-desktop/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/mattermost-desktop/mattermost-desktop.nuspec b/automatic/mattermost-desktop/mattermost-desktop.nuspec index 9713342f7c3..f514ea54825 100644 --- a/automatic/mattermost-desktop/mattermost-desktop.nuspec +++ b/automatic/mattermost-desktop/mattermost-desktop.nuspec @@ -6,7 +6,7 @@ mattermost-desktop Mattermost Desktop - 5.10.0 + 5.10.1 https://github.com/mattermost/desktop/graphs/contributors chocolatey-community,wget, hans0 Native desktop application for Mattermost running on Windows diff --git a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 index 74cd2d76af0..a4b3d809f68 100644 --- a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 +++ b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 @@ -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`"" diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index ecd926dad25..4dd9f878133 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -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: - - 64-Bit: + - 64-Bit: 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: Additionally, the included 'LICENSE.txt' have been obtained from . diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 10fb04c80ce..c7c3b17ee29 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -18,5 +18,5 @@ "20": "20.18.1", "21": "21.7.3", "22": "22.11.0", - "23": "23.2.0" + "23": "23.3.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 642fee97a8d..6079a8f95b8 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 20.18.1 + 23.3.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index 5aad72d29ed..d9562a49e93 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -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) } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 8767a60bf56..59839e943ec 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -18,5 +18,5 @@ "20": "20.18.1", "21": "21.7.3", "22": "22.11.0", - "23": "23.2.0" + "23": "23.3.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index f6a612322e1..c3f036870ba 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 20.18.1 + 23.3.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +