diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index b0e0cac70a8..3bfda1446b5 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.3" + "3.31": "3.31.4" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index f84189c349e..d26f6b9397f 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.31.3 + 3.31.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index 63308c418b1..46b2f37027c 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ 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' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: DC1FDAB6960A3EAEF85ED4CE15CE0DC058C70E9B7EDE1CDD79D453EE70A9EFAD - checksum64: 30267229FA6A71B4405D688B917909EF497C7715D349096BA83EA5D65A91F1E3 + checksum32: 49A777B77A52D2EB8D5820C7378F1844532A927E270EEE5662C1734D521D9C71 + checksum64: 44CDB1AE0DAEDF0354D6105230F4B749B07D34BC47522957F4789AB9AC5DD6C3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 64a87a11efb..1038bc4b803 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.31.3-windows-i386.msi" - file64 = "$toolsPath\cmake-3.31.3-windows-x86_64.msi" + file = "$toolsPath\cmake-3.31.4-windows-i386.msi" + file64 = "$toolsPath\cmake-3.31.4-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 83ac3a3e8d6..3dc07029c5a 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.3" + "3.31": "3.31.4" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 7fa98d11740..715d45f5e92 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.31.3 + 3.31.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 24bc4653116..aeb1a0b1ba5 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ 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' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: BB0E352803BC1D45CD77DFC74344C297E8EA0555BF40D59157EECF2369BA5BAA - checksum64: D41E863589A3C152B1D14ECAC2FFD1926F29ABA64528984FCDA8FD2B630F44FF + checksum32: 3024F7128ACC989D949A95D825A763CAEA29DAB25080C7F2EEDB5679B6ED1BC3 + checksum64: 1D6DD9B965DAE78996FBB1D9DE7603C0B532A54553C9D31492A5BAEC78444C86 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index 69f59f07186..e0e4cfce154 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.31.3-windows-i386.zip" - file64 = "$toolsPath\cmake-3.31.3-windows-x86_64.zip" + file = "$toolsPath\cmake-3.31.4-windows-i386.zip" + file64 = "$toolsPath\cmake-3.31.4-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 801fd69b1d5..49b0ecd7b03 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -22,5 +22,5 @@ "3.28": "3.28.6", "3.29": "3.29.8", "3.30": "3.30.6", - "3.31": "3.31.3" + "3.31": "3.31.4" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 20f7302ca42..9e8dc850e79 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.31.3 + 3.31.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 200b75628c9..3dcbc49d4c5 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "216.3.4255-beta", + "beta": "216.3.4299-beta", "stable": "215.4.7202" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 788e71d4c91..dad59cab5dc 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 215.4.7202 + 216.3.4299-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index ad945ebe73d..5b49e5a7a75 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '215.4.7202' +$version = '216.3.4299' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20215.4.7202%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20215.4.7202%20Offline%20Installer.x64.exe' - checksum = '9f774baa4cb01b83b2ac343176ef5cccbb0b7b22b9a98c543569e2e9199219e6' - checksum64 = '1501b93f563f225e0b07f551219c4dc6f7c9e10f0af4a61e70d5f1f30e9cb58c' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20216.3.4299%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20216.3.4299%20Offline%20Installer.x64.exe' + checksum = '5fffb92aeb3a05a43b4be93bf33f2abfdd6ed075d955031cef176d71976aafb9' + checksum64 = '1fbfc75ed96876361ad4365584432f72e49f851e94742c2e61acb579ba927bed' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 1b6e02cd4a5..7a28970dfb9 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/b7b6f26c6214e93095ab090b27cb069a85adc276/VSCodeSetup-x64-1.97.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/f80816ab8e21c65ed7f1f7e08ccdbffae63610c6/VSCodeSetup-x64-1.97.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '06a4ae405478a14b6527816b003f8b59279d01023f302331e3830802534eb18a847233e988211cfcd622f12dc565a65176653ec3312ca52c512f5348da73cf40' + checksum64 = '9c18f262712a26f561f6b4fe7f8f7e079a4d12962dfb71da3ce3da4e530ed8b6fad8f39c51b92cd256906ea58f24ceb8f3f75fec1741492a016f5478d9ad15af' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index d0d49415471..6318acee27f 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.97.0.20250109 + 1.97.0.20250110 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 2e65a0527ca..6e9d79360e2 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.97.0.20250109 + 1.97.0.20250110 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features