diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index a642afb7513..0ee86983a26 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.60.118", - "beta": "1.61.77-beta" + "beta": "1.61.83-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 27c3c187829..da7edbbe522 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.61.77-beta + 1.61.83-beta Brave Browser (Beta) googlechromebeta - 120.0.6099.28-beta + 120.0.6099.35-beta Google Chrome Beta chocolatey-community,nsleigh Google LLC. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index bfa3434d4b7..fe41ca46531 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '120.0.6099.28-beta' +$version = '120.0.6099.35-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = 'e0c1fbc971d40b0deb8ddb1dfa6d6cb7f04f90d2819d4d387b183ccda3f8bda1' - checksum64 = '14a6cafee1d3fb2d376776aa48e4831c0032ca2f22e8161b2ca9b30064b42ddf' + checksum = 'a0b4755af7fe0812808e04f0ebe4281541b35748ab7233c3e9827baf3e1ec445' + checksum64 = '28c153e65dbd0559298a43eed74a22b43eead3f398ea8126aa47ddd7245e5db6' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 7d35c60de23..5d3ab2f8dd4 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: F3AC006FA46EE4C64E42A607C7F6BA5B66A48F4D78B306E27C8E31DC6A394417 - checksum64: 4D91B9E830054D447418EA3D2BCE5DC445F593D4C8A66694FB34191A4CEA1E57 + checksum32: 39C3F584EBCA40F61FB610739722B7EC163E214F7F9D3E73BD980CE658CFFA56 + checksum64: 90AE1666C56988A6CC38424E8B9BFFD05DEFE0E892A46AA606B94F7552CFB581 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index fdd88d8fcf5..60be8da3265 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -15,6 +15,6 @@ "17": "17.9.1", "18": "18.18.2", "19": "19.9.0", - "20": "20.9.0", + "20": "20.10.0", "21": "21.2.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index fd1fcf149e0..a8782f0893b 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.2.0 + 20.10.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 6f3a85be985..540b74bfa53 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.2.0-x86.msi" -$filePath64 = "$toolsPath\node-v21.2.0-x64.msi" +$filePath32 = "$toolsPath\node-v20.10.0-x86.msi" +$filePath64 = "$toolsPath\node-v20.10.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 d9713837d05..bc58d9c4d58 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -15,6 +15,6 @@ "17": "17.9.1", "18": "18.18.2", "19": "19.9.0", - "20": "20.9.0", + "20": "20.10.0", "21": "21.2.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index c66eef1e933..89aa8560612 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 21.2.0 + 20.10.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/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 4a777905589..a474327474e 100644 --- a/automatic/openshift-cli/legal/VERIFICATION.txt +++ b/automatic/openshift-cli/legal/VERIFICATION.txt @@ -4,11 +4,11 @@ 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: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: - checksum: CF6DE91F2C508E0D4CA9A01A38BDA354A7FE937345D0D09BAEC263664D316780 + checksum: 45C70487B2708FC6F9C3EE6C09958E954D86D97B9C20FDEC76A9BAF42BBD3BA9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openshift-cli/openshift-cli.nuspec b/automatic/openshift-cli/openshift-cli.nuspec index b8f448e8218..2b29923286a 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.14.1 + 4.14.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli chocolatey-community,Andrei Bejenaru OpenShift Command Line Interface (CLI) @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c * Windows support is limited to 64bit systems. * **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.** ]]> - https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.1 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.2 diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 12062e1180a..b3542959acd 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 105.0.4970.16 + 105.0.4970.21 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-105/#b4970.16 + https://blogs.opera.com/desktop/changelog-for-105/#b4970.21 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 b8465427681..05d7bb5d0b0 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/105.0.4970.16/win/Opera_105.0.4970.16_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/105.0.4970.16/win/Opera_105.0.4970.16_Setup_x64.exe' - checksum = 'e648526399b651916df4a9defa0202f66494c0e30509ad365aa7a0fad0a05eda' - checksum64 = '717bf46cf341a9a2e09d82c07833a7f8b80f3b0bac6075b8a2184966ef990f47' + url = 'https://get.geo.opera.com/pub/opera/desktop/105.0.4970.21/win/Opera_105.0.4970.21_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/105.0.4970.21/win/Opera_105.0.4970.21_Setup_x64.exe' + checksum = '3ccc401f18cc678524fc26b5a160947ce355dcbc163ad8a854eb1a31d68de35e' + checksum64 = '2e9db772c2f553fee3f30dcc16b6a38a2af5e9fac7d293835c0436d522723d76' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '105.0.4970.16' +$version = '105.0.4970.21' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index 2c3d60e6048..92f13c4afe2 100644 --- a/automatic/php/legal/VERIFICATION.txt +++ b/automatic/php/legal/VERIFICATION.txt @@ -7,19 +7,19 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software (threadsafe): - 64-Bit software (threadsafe): - 32-Bit software (non-threadsafe): - 64-Bit software (non-threadsafe): + 32-Bit software (threadsafe): + 64-Bit software (threadsafe): + 32-Bit software (non-threadsafe): + 64-Bit software (non-threadsafe): 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: - checksum32 (threadsafe): B2B8DFBF53D0DF834923B78F378C07808C63A265858EE027160715ED8B3D9A37 - checksum64 (threadsafe): F606EB650A002A89A95C41B431CF2B4C6778797037F5691F92F79F2FA3A5ABFB - checksum32 (non-threadsafe): 6455669786A4ADADCE228BC3EBCD7104150879CD1B703FA053045BCF0258D9C4 - checksum64 (non-threadsafe): A051BB3332E7516769E62DD00ED5C2C53C89BCEAF1CAC15FFBA0115D26B1952B + checksum32 (threadsafe): C9E575DE6DB575A0451F8505D55EF98D522681DFB29F1EE9C63838993C20A0E8 + checksum64 (threadsafe): 68D37BB268F45D193F6B4F1CA81BC496DB8AB97FD87E8648369E167870FBAFAA + checksum32 (non-threadsafe): DAB7A0EAA42AB845E60F7580F45EF0A53C67C0E390974342F3C66C5615273C23 + checksum64 (non-threadsafe): 55D4399D4A178721D8EE78639240EF65A5816BAA2A1F2AE8838B8AAF7230EDD5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index dc8169ccf26..d7f9d09f9a7 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -6,7 +6,7 @@ "7.3": "7.3.33", "7.4": "7.4.33", "8.0": "8.0.30", - "8.1": "8.1.25", + "8.1": "8.1.26", "8.2": "8.2.13", "8.3": "8.3.0" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index c6aae178f76..f0022165094 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.3.0 + 8.1.26 PHP Authors chocolatey-community, Rob Reynolds PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir php development programming foss cross-platform admin http://us.php.net/license/ false - https://www.php.net/ChangeLog-8.php#8.3.0 + https://www.php.net/ChangeLog-8.php#8.1.26 https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg https://bugs.php.net/ https://secure.php.net/docs.php diff --git a/automatic/php/tools/chocolateyInstall.ps1 b/automatic/php/tools/chocolateyInstall.ps1 index 00170a13f29..fdfbba76e59 100644 --- a/automatic/php/tools/chocolateyInstall.ps1 +++ b/automatic/php/tools/chocolateyInstall.ps1 @@ -14,10 +14,10 @@ if ($installLocation) { $pp = Get-PackageParameters $filesInfo = @{ - filets32 = "$toolsPath\php-8.3.0-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.3.0-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.3.0-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.3.0-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-8.1.26-Win32-vs16-x86.zip" + filets64 = "$toolsPath\php-8.1.26-Win32-vs16-x64.zip" + filents32 = "$toolsPath\php-8.1.26-nts-Win32-vs16-x86.zip" + filents64 = "$toolsPath\php-8.1.26-nts-Win32-vs16-x64.zip" } if ($pp.ThreadSafe) {