diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 8e44d279119..9a03d28584f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "132.0.6833.0-snapshots", + "snapshots": "132.0.6834.0-snapshots", "stable": "130.0.6723.117" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index f128d336956..c28372268b2 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 132.0.6833.0-snapshots + 132.0.6834.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index de9fb1d5226..d00e5d0bb0b 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: 3F645B4776DC38F26BBD1F1D8DE138581F02C8A41FF27E94B2CC656008DA7686 + checksum64: EBDC7059DDC9FB24E45F3A7FD0B7C1B25E804C2E07055B08B48221AA6AAA0DC9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7f7569987c3..7f0341be7db 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 = '132.0.6833.0-snapshots' +$version = '132.0.6834.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://storage.googleapis.com/chromium-browser-snapshots/Win/1381071/mini_installer.exe' - checksum = '8E5A8B8B7E944BA26D2BB49E90140EA83C9003AB1C2C14DAC0CA8334C1445985' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1381360/mini_installer.exe' + checksum = '8E30941A02C4BDE1E20BFB475318FC243BE7C64BA86BBA1FEC76227768A06451' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/freecad/freecad.json b/automatic/freecad/freecad.json index 1ecfc52c054..4c91bd264af 100644 --- a/automatic/freecad/freecad.json +++ b/automatic/freecad/freecad.json @@ -1,5 +1,5 @@ { "stable": "0.21.2.1", "portable": "0.21.2.1", - "dev": "39153.2024.11.10-dev" + "dev": "39153.2024.11.11-dev" } diff --git a/automatic/freecad/freecad.nuspec b/automatic/freecad/freecad.nuspec index c12283ee9df..13b22d7ce98 100644 --- a/automatic/freecad/freecad.nuspec +++ b/automatic/freecad/freecad.nuspec @@ -3,7 +3,7 @@ freecad - 39153.2024.11.10-dev + 39153.2024.11.11-dev FreeCAD chocolatey-community,purity Jürgen Riegel diff --git a/automatic/freecad/tools/chocolateyInstall.ps1 b/automatic/freecad/tools/chocolateyInstall.ps1 index 477c60c7ab4..e30dd7d7415 100644 --- a/automatic/freecad/tools/chocolateyInstall.ps1 +++ b/automatic/freecad/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ fileType = '7z' url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39153-conda-Windows-x86_64-py311.7z' softwareName = 'FreeCAD' - checksum64 = '92699F4BE7556BA317F4633D51A4F19813B3035C174B979AF973926713B29A0B' + checksum64 = '63A90CD8FF28033F93F2B0403517994219EFCAC355B4603861731BF2F7D11557' checksumType64 = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 774edd697a5..aaa285b7c20 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -6,11 +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 - - 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: - - 64-Bit Checksum: <5836348CC939C43D6A520B57C52C69D744E86F777436535586CB4961E92C192C> + - 64-Bit Checksum: <875C4C1C7E96F546316627E65EAF16D6BF6EA6A39D3FE1492402B159870519F9> 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 67c46ff0249..4a44aa07e89 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -18,5 +18,5 @@ "20": "20.18.0", "21": "21.7.3", "22": "22.11.0", - "23": "23.1.0" + "23": "23.2.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 12b14c4e142..824f3f5a309 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 23.1.0 + 23.2.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 2453b5eb225..fd5fd6a1f3f 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $packageArgs = @{ FileType = 'msi' SoftwareName = 'Node.js' File = '' - File64 = "$toolsPath\node-v23.1.0-x64.msi" + File64 = "$toolsPath\node-v23.2.0-x64.msi" SilentArgs = '/quiet ADDLOCAL=ALL' ValidExitCodes = @(0) } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 48b9e541a62..ee2d7a16649 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -18,5 +18,5 @@ "20": "20.18.0", "21": "21.7.3", "22": "22.11.0", - "23": "23.1.0" + "23": "23.2.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 4b38fc49367..cc9c42c054b 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 23.1.0 + 23.2.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 - + diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index b638ccdd7f5..416ee320c91 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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: 39E22288FEF48BC37BF5EA3CABC82CEB383011D844778210A5ADF78B5A0EA418 - checksum64: 0B8361CB6F38C456AE09872CF695380D750C7381B2BA892ACC518A055EBEC361 + checksum32: C098E923E9798E6D8763C5CB11C83EAFB38395B108078691645D191243262305 + checksum64: FEF9246349F030F3F7BC91BCA33A7EE110D791D1FC44D3425105939698999C22 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 97cced492db..62a0a5d5303 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0849_x86.zip" - file64 = "$toolsDir\gvim_9.1.0849_x64.zip" + file = "$toolsDir\gvim_9.1.0857_x86.zip" + file64 = "$toolsDir\gvim_9.1.0857_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d14994852fc..2fe59cfb12d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0849 + 9.1.0857 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.