diff --git a/automatic/blender/blender.nuspec b/automatic/blender/blender.nuspec index 98ec2a85d79..8ae91d1597b 100644 --- a/automatic/blender/blender.nuspec +++ b/automatic/blender/blender.nuspec @@ -3,7 +3,7 @@ blender - 3.6.5 + 4.0.0 Blender chocolatey-community, Redsandro Blender Foundation diff --git a/automatic/blender/tools/chocolateyInstall.ps1 b/automatic/blender/tools/chocolateyInstall.ps1 index 1a1cb688d71..1282299c160 100644 --- a/automatic/blender/tools/chocolateyInstall.ps1 +++ b/automatic/blender/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = 'blender' softwareName = 'Blender' fileType = 'MSI' - url64bit = 'https://download.blender.org/release/Blender3.6/blender-3.6.5-windows-x64.msi' - checksum64 = '8055ce256c68faa3ba7951790e0f7c1c760b7ce9f5f74cc1923264ded0921aed' + url64bit = 'https://download.blender.org/release/Blender4.0/blender-4.0.0-windows-x64.msi' + checksum64 = 'c1b8bb8907a329da200bf0d457748f3da86c2d1a204bbcd0be3bccde7e056ef0' checksumType64 = 'sha256' silentArgs = '/quiet /norestart' validExitCodes = @(0, 2010, 1641) diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index fe15b621d3c..7d35c60de23 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 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: 53F8248E82282552F9FE5709A771801C4ADB174F6DC35E2610077EDC758D2BCF - checksum64: 9890AAF7B9387A6D15890735B8FACFE9EB072AEBFD30E38CBEAF3426A1EABDC0 + checksum32: F3AC006FA46EE4C64E42A607C7F6BA5B66A48F4D78B306E27C8E31DC6A394417 + checksum64: 4D91B9E830054D447418EA3D2BCE5DC445F593D4C8A66694FB34191A4CEA1E57 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 188300fec69..fdd88d8fcf5 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -16,5 +16,5 @@ "18": "18.18.2", "19": "19.9.0", "20": "20.9.0", - "21": "21.1.0" + "21": "21.2.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index ed5dbd7ee8b..fd1fcf149e0 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 21.1.0 + 21.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 90af91860e4..6f3a85be985 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v21.1.0-x86.msi" -$filePath64 = "$toolsPath\node-v21.1.0-x64.msi" +$filePath32 = "$toolsPath\node-v21.2.0-x86.msi" +$filePath64 = "$toolsPath\node-v21.2.0-x64.msi" $installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') { Write-Host "Installing 64 bit version"; $filePath64 } else { Write-Host "Installing 32 bit version"; $filePath32 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index 90c1b8d43f5..d9713837d05 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -16,5 +16,5 @@ "18": "18.18.2", "19": "19.9.0", "20": "20.9.0", - "21": "21.1.0" + "21": "21.2.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index f9d2350a60b..c66eef1e933 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 21.1.0 + 21.2.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -30,7 +30,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/opera/opera.nuspec b/automatic/opera/opera.nuspec index 2c4083ba43a..98e4b25b78b 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 104.0.4944.54 + 105.0.4970.13 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-104/#b4944.54 + https://blogs.opera.com/desktop/changelog-for-105/#b4970.13 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 743c206f207..91775ca91bb 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/104.0.4944.54/win/Opera_104.0.4944.54_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/104.0.4944.54/win/Opera_104.0.4944.54_Setup_x64.exe' - checksum = 'fb64ad33c60ba3ac960ca306adfd909483957efbc09ee25eb14ee608289977f3' - checksum64 = '03ece631c6167faeb417fc147b141d7b75171c21e06dee684a8702c993e80eb2' + url = 'https://get.geo.opera.com/pub/opera/desktop/105.0.4970.13/win/Opera_105.0.4970.13_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/105.0.4970.13/win/Opera_105.0.4970.13_Setup_x64.exe' + checksum = '9dad13387847dbc8e0f5173e5539397d52f6eab60df0d597d239c3fb7fcf1d38' + checksum64 = 'd814ffd0bb2453c05ec4a4337d3330cfecd5cd6dc95efeff93373cd50cde739f' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '104.0.4944.54' +$version = '105.0.4970.13' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/vcredist140/info-17.txt b/automatic/vcredist140/info-17.txt index bd1bdb91b4a..9d8127b45da 100644 --- a/automatic/vcredist140/info-17.txt +++ b/automatic/vcredist140/info-17.txt @@ -1 +1 @@ -"0x9E6A7491357E2AD6AF78383021C5AE9A5E68672F6400367C68CAAFD165CA67A1"|14.36.32532 \ No newline at end of file +"0x9C516BA3A9C7F6006612946CCE3FEC7E2F5D96CF08373B767F2FDFB8232106FD"|14.38.33130 \ No newline at end of file diff --git a/automatic/vcredist140/tools/data.ps1 b/automatic/vcredist140/tools/data.ps1 index d441ddcccd0..2cde3a1d4e8 100644 --- a/automatic/vcredist140/tools/data.ps1 +++ b/automatic/vcredist140/tools/data.ps1 @@ -1,12 +1,12 @@ $installData32 = @{ - Url = 'https://download.visualstudio.microsoft.com/download/pr/eaab1f82-787d-4fd7-8c73-f782341a0c63/5365A927487945ECB040E143EA770ADBB296074ECE4021B1D14213BDE538C490/VC_redist.x86.exe' - Checksum = '5365a927487945ecb040e143ea770adbb296074ece4021b1d14213bde538c490' + Url = 'https://download.visualstudio.microsoft.com/download/pr/a061be25-c14a-489a-8c7c-bb72adfb3cab/C61CEF97487536E766130FA8714DD1B4143F6738BFB71806018EEE1B5FE6F057/VC_redist.x86.exe' + Checksum = 'c61cef97487536e766130fa8714dd1b4143f6738bfb71806018eee1b5fe6f057' ChecksumType = 'sha256' } $installData64 = @{ - Url64 = 'https://download.visualstudio.microsoft.com/download/pr/eaab1f82-787d-4fd7-8c73-f782341a0c63/917C37D816488545B70AFFD77D6E486E4DD27E2ECE63F6BBAAF486B178B2B888/VC_redist.x64.exe' - Checksum64 = '917c37d816488545b70affd77d6e486e4dd27e2ece63f6bbaaf486b178b2b888' + Url64 = 'https://download.visualstudio.microsoft.com/download/pr/a061be25-c14a-489a-8c7c-bb72adfb3cab/4DFE83C91124CD542F4222FE2C396CABEAC617BB6F59BDCBDF89FD6F0DF0A32F/VC_redist.x64.exe' + Checksum64 = '4dfe83c91124cd542f4222fe2c396cabeac617bb6f59bdcbdf89fd6f0df0a32f' ChecksumType64 = 'sha256' } @@ -15,7 +15,7 @@ $uninstallData = @{ } $otherData = @{ - ThreePartVersion = [version]'14.36.32532' + ThreePartVersion = [version]'14.38.33130' FamilyRegistryKey = '14.0' PackageName = 'vcredist140' } diff --git a/automatic/vcredist140/update.ps1 b/automatic/vcredist140/update.ps1 index 22264ee1dc0..fa52a04b612 100644 --- a/automatic/vcredist140/update.ps1 +++ b/automatic/vcredist140/update.ps1 @@ -1,4 +1,4 @@ -Import-Module AU +Import-Module AU Import-Module Wormies-AU-Helpers Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" Import-Module "$PSScriptRoot\..\..\scripts/au_extensions.psm1" @@ -40,8 +40,8 @@ function GetResultInformation([string]$url32, [string]$url64) { Get-WebFile $url32 $dest | Out-Null $checksumType = 'sha256' - $version = Get-Version (Get-Item $dest | % { $_.VersionInfo.ProductVersion }) - $checksum32 = Get-FileHash $dest -Algorithm $checksumType | % { $_.Hash.ToLowerInvariant() } + $version = Get-Version (Get-Item $dest | ForEach-Object { $_.VersionInfo.ProductVersion }) + $checksum32 = Get-FileHash $dest -Algorithm $checksumType | ForEach-Object { $_.Hash.ToLowerInvariant() } return @{ URL32 = $url32 diff --git a/automatic/vcredist140/vcredist140.json b/automatic/vcredist140/vcredist140.json index 2bdf5706a33..487c0e4c219 100644 --- a/automatic/vcredist140/vcredist140.json +++ b/automatic/vcredist140/vcredist140.json @@ -1,5 +1,5 @@ { "15": "14.16.27033.20220402", "16": "14.29.30139.20220402", - "17": "14.36.32532" + "17": "14.38.33130" } diff --git a/automatic/vcredist140/vcredist140.nuspec b/automatic/vcredist140/vcredist140.nuspec index 5afaa05ceb2..f39775c33a4 100644 --- a/automatic/vcredist140/vcredist140.nuspec +++ b/automatic/vcredist140/vcredist140.nuspec @@ -3,7 +3,7 @@ vcredist140 - 14.36.32532 + 14.38.33130 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140 chocolatey-community,jberezanski Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 diff --git a/automatic/yo/tools/chocolateyInstall.ps1 b/automatic/yo/tools/chocolateyInstall.ps1 index d7ebc518c12..e05cf9b0b0c 100644 --- a/automatic/yo/tools/chocolateyInstall.ps1 +++ b/automatic/yo/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ Update-SessionEnvironment -$version = '4.3.1' +$version = '5.0.0' npm install -g yo@$version diff --git a/automatic/yo/yo.nuspec b/automatic/yo/yo.nuspec index a73770ed64f..bcd09cb6a93 100644 --- a/automatic/yo/yo.nuspec +++ b/automatic/yo/yo.nuspec @@ -4,7 +4,7 @@ yo Yeoman - 4.3.1 + 5.0.0 The Yeoman Team chocolatey-community, Pascal Berger CLI tool for running Yeoman generators