diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 011f3b00550..804f579b436 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "110.0.5448.0-snapshots", + "snapshots": "110.0.5449.0-snapshots", "stable": "107.0.5304.122" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 97595501b1a..2ae081c4e08 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 110.0.5448.0-snapshots + 110.0.5449.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index d071a2a1d82..37213a269c5 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors 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: 26BFA1F3CA8CA7B450D9B1E1101531DE34E517D144ABC5333D6AF51338E6D63A - checksum64: 6796AB139724D6741E9E8C06E106F5A2CEDD1D6548A11FF573931982ADF88E43 + checksum32: 85984BFFB3F2C044C8A2A1C3D12F25C9D12637FED8E9681EE4B70651CCDFCD7E + checksum64: B93061F2D4917E5F414D5681D93763B3E395108224DA35ED19EEB65CD985AB82 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 964c81475f5..5ed82ee0edf 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "110.0.5448.0-snapshots" +$version = "110.0.5449.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 6deaf1b4033..7a63d63df09 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "162.3.5408-beta", - "stable": "161.4.4923" + "beta": "163.3.5425-beta", + "stable": "162.4.5419" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 31fc785c859..049ebb55fe3 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 162.3.5408-beta + 162.4.5419 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index c3b9b808c8e..039b31431f3 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '162.3.5408' +$version = '162.4.5419' 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%20162.3.5408%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.3.5408%20Offline%20Installer.x64.exe' - checksum = '9ad93030beec6b4b0e3d3b9db9b3d7ff0dd63107c10b8903921046aba08af982' - checksum64 = 'f7fe3b7a0f59e894e48c39450716710a8284865a741971a2b32414c8037e1764' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.4.5419%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20162.4.5419%20Offline%20Installer.x64.exe' + checksum = 'f6b6eeed1085faac3c8186f593570d1fa48da8c60fe0ad130670a922aacec28f' + checksum64 = 'fd99410cedebe62e004bd18d682c3e4a7a3cc0c2a8adf36c9248ec4152dfee61' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index e106ac12588..2e1cd2fa774 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 107.0.5304.122 + 108.0.5359.72 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 10445d03ea0..1a3bb0c1f33 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '107.0.5304.122' +$version = '108.0.5359.72' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '8abb0ee38cce52415394e6d42e6e5a5bf6446d2438fc48c77f49e81c5519b0a4' - checksum64 = 'a6e7742042ed4def2e9ee7bf72d67e99fb4f782f93c704a8673a3a3a1c578a11' + checksum = 'd71ffdb0db15ef50c67a8af9a174780c31e27516c109537b9559c342afe220b0' + checksum64 = '2f1561d3934261bb869ed1209117d82df202bf6095f6e643619b41f608311694' 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 b8d29c8e7e4..1221bfcbe0a 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 have 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: 416CAD872DF5F3AD38000C32C1BA0DD1D7F823DF7A6937CC088B3393BFB68852 - checksum64: 935F9C01B135B5DA7397B900C7FF5123CE154C570280EFD60257ED58FD029F34 + checksum32: 8DB32B00E99474BA382F8B2225C99288E85E9DC483F76E0E2F8F67F5FC94A501 + checksum64: 4323B6A13694B5BEA3D378897301170E767F79B7544E18EE9ADE83056FC942A8 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index e3caa4f124e..a78551edfd7 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -14,5 +14,5 @@ "16": "16.18.1", "17": "17.9.1", "18": "18.12.1", - "19": "19.1.0" + "19": "19.2.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index d42290ffe9a..c2908c7f53f 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 19.1.0 + 19.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 c73c6a51ed3..02d1e29736e 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-v19.1.0-x86.msi" -$filePath64 = "$toolsPath\node-v19.1.0-x64.msi" +$filePath32 = "$toolsPath\node-v19.2.0-x86.msi" +$filePath64 = "$toolsPath\node-v19.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 fc73c8bef58..013d390e48b 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -14,5 +14,5 @@ "16": "16.18.1", "17": "17.9.1", "18": "18.12.1", - "19": "19.1.0" + "19": "19.2.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 89b872cc5f9..6ba0c721f73 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 19.1.0 + 19.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/vlc.install/legal/VERIFICATION.txt b/automatic/vlc.install/legal/VERIFICATION.txt index 5dfe9beb87d..50f3326266a 100644 --- a/automatic/vlc.install/legal/VERIFICATION.txt +++ b/automatic/vlc.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: http://get.videolan.org/vlc/3.0.17.4/win32/vlc-3.0.17.4-win32.exe - x64: http://get.videolan.org/vlc/3.0.17.4/win64/vlc-3.0.17.4-win64.exe + x32: http://get.videolan.org/vlc/3.0.18/win32/vlc-3.0.18-win32.exe + x64: http://get.videolan.org/vlc/3.0.18/win64/vlc-3.0.18-win64.exe to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 514B0BF5AC82E7132ECAC31DA64C38FC85CD0FF76E2DCBCF904B6E2028C6749F - checksum64: FDA8CBF2EE876BE4EB14D7AFFCA3A0746EF4AE78341DBB589CBDDDCF912DB85C + checksum32: F4BAAA8135E0F9A993F0258A4D095DB475096896BD3ADB48369F1F70C1F0D9D4 + checksum64: BA575F153D357EAF3FDBF446B9B93A12CED87C35887CDD83AD4281733EB86602 Using AU: - Get-RemoteChecksum http://get.videolan.org/vlc/3.0.17.4/win64/vlc-3.0.17.4-win64.exe + Get-RemoteChecksum http://get.videolan.org/vlc/3.0.18/win64/vlc-3.0.18-win64.exe File 'LICENSE.txt' obtained from: http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING diff --git a/automatic/vlc.install/tools/chocolateyInstall.ps1 b/automatic/vlc.install/tools/chocolateyInstall.ps1 index 41db1d1c4d6..f50c123ab2b 100644 --- a/automatic/vlc.install/tools/chocolateyInstall.ps1 +++ b/automatic/vlc.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'vlc.install' fileType = 'exe' - file = "$toolsDir\vlc-3.0.17.4-win32_x32.exe" - file64 = "$toolsDir\vlc-3.0.17.4-win64_x64.exe" + file = "$toolsDir\vlc-3.0.18-win32_x32.exe" + file64 = "$toolsDir\vlc-3.0.18-win64_x64.exe" silentArgs = '/S' validExitCodes = @(0, 1223) } diff --git a/automatic/vlc.install/vlc.install.nuspec b/automatic/vlc.install/vlc.install.nuspec index 6958277695d..b9fabfd9408 100644 --- a/automatic/vlc.install/vlc.install.nuspec +++ b/automatic/vlc.install/vlc.install.nuspec @@ -4,7 +4,7 @@ vlc.install VLC media player (Install) - 3.0.17.4 + 3.0.18 VideoLAN Organization chocolatey-community, Rob Reynolds VLC Media Player @@ -33,7 +33,7 @@ Example: `choco install --params "/Language:fr"` *Will set the language of VLC t ## Notes - Related packages: [vlc-skins](https://chocolatey.org/packages/vlc-skins) [vlc-nightly](https://chocolatey.org/packages/vlc-nightly) - +- **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.** ]]> http://www.videolan.org/vlc/ https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vlc.install