diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index c8d80bac66a..a5fc7c8785b 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.8.820", + "OPW": "7.9.822", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index a0a48e35234..d28229428c7 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.8.820 + 7.9.822 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index f605d8a0217..1d69b61e718 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.8.820.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.822.exe' softwareName = '1Password*' - checksum = 'cb793c47036b176681eb0e9f000bc73af6bd33bdcd4c8bcbd27668f852130c4f' + checksum = 'c1456c24300f96ad895163b4db723bdff840c164c40bb0cca680558c25a4c236' checksumType = 'sha256' silentArgs = "--silent" validExitCodes = @(0) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 6f6ed35078a..881acd6f880 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "133.3.4085-beta", - "stable": "132.4.3800" + "stable": "133.4.4089" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 2eb94d12466..be07ef7d7a5 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 133.3.4085-beta + 133.4.4089 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index e6358b27555..746c859f9fa 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '133.3.4085' +$version = '133.4.4089' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.3.4085%20Offline%20Installer.exe' - checksum = 'a1614a2ccbe5a1f7322d0cda47bca44346ea301989dcba52ab30f5813af819ad' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20133.4.4089%20Offline%20Installer.exe' + checksum = '6bb378a52fffd7df8f2fc589d4b436fd0568934bc8844a0916daf581778f38f2' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/gnupg/gnupg.nuspec b/automatic/gnupg/gnupg.nuspec index 49fac7dcdfb..a96463c052b 100644 --- a/automatic/gnupg/gnupg.nuspec +++ b/automatic/gnupg/gnupg.nuspec @@ -3,7 +3,7 @@ gnupg - 2.3.2 + 2.3.3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnupg chocolatey-community, ludicrousByte, wget GnuPG diff --git a/automatic/gnupg/legal/VERIFICATION.txt b/automatic/gnupg/legal/VERIFICATION.txt index 973c8bd09f7..8a050cf14d9 100644 --- a/automatic/gnupg/legal/VERIFICATION.txt +++ b/automatic/gnupg/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The installer have been downloaded from the official source listed on + 32-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: 8F6C1E248DF6EB7BB3BFDDCFAA5744D09575C017F02720B6120D6AF062EC1443 + checksum32: 1A85AB43A5E9AE86919C0CC639FFC96DDD76DC7B5E14295FBE4C282CBD447297 License files are obtained from: - LICENSE.txt: diff --git a/automatic/gnupg/tools/chocolateyInstall.ps1 b/automatic/gnupg/tools/chocolateyInstall.ps1 index d69275e13a3..2a306ffc4d3 100644 --- a/automatic/gnupg/tools/chocolateyInstall.ps1 +++ b/automatic/gnupg/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileType = 'EXE' softwareName = 'GNU Privacy Guard*' - file = "$toolsDir\gnupg-w32-2.3.2_20210824.exe" + file = "$toolsDir\gnupg-w32-2.3.3_20211012.exe" silentArgs = '/S' validExitCodes = @(0) } diff --git a/automatic/mattermost-desktop/legal/VERIFICATION.txt b/automatic/mattermost-desktop/legal/VERIFICATION.txt index 7960fe2e9a9..d3200a3afed 100644 --- a/automatic/mattermost-desktop/legal/VERIFICATION.txt +++ b/automatic/mattermost-desktop/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page - 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: 54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52 - checksum64: 79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2 + checksum32: 90305871FF1590B8768A39379DA63C34975C83E584088FE96F382DBC1C4D335C + checksum64: 031B0915924B8ACD9928C5C1056535E5D56FF2774E506EAB3A62E8455A6FB04E File 'LICENSE.txt' is obtained from diff --git a/automatic/mattermost-desktop/mattermost-desktop.nuspec b/automatic/mattermost-desktop/mattermost-desktop.nuspec index d08634a8688..240aa977dc3 100644 --- a/automatic/mattermost-desktop/mattermost-desktop.nuspec +++ b/automatic/mattermost-desktop/mattermost-desktop.nuspec @@ -6,7 +6,7 @@ mattermost-desktop Mattermost Desktop - 4.7.2 + 5.0.0 https://github.com/mattermost/desktop/graphs/contributors chocolatey-community,wget, hans0 Native desktop application for Mattermost running on Windows diff --git a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 index cc2e9778870..cc033f3d180 100644 --- a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 +++ b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'mattermost-desktop' fileType = 'msi' - file = "$toolsDir\mattermost-desktop-4.7.2-x86.msi" - file64 = "$toolsDir\mattermost-desktop-4.7.2-x64.msi" - checksum = '54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52' - checksum64 = '79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2' + file = "$toolsDir\mattermost-desktop-5.0.0-x86.msi" + file64 = "$toolsDir\mattermost-desktop-5.0.0-x64.msi" + checksum = '90305871FF1590B8768A39379DA63C34975C83E584088FE96F382DBC1C4D335C' + checksum64 = '031B0915924B8ACD9928C5C1056535E5D56FF2774E506EAB3A62E8455A6FB04E' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index d0ca0e74b85..6947d38236d 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: 8BE850C1384B5E96437FF2B884CB5ADD60BD44960863406DFDDFBC08DC9C96A9 - checksum64: EC495FAFFE733E998FD78EFA7C6C8DE047690BAD2A6CD4CA088FBED72FF68358 + checksum32: F4C40C7B235FEEFC59D3FEDA691035A2F62BD9D6989185ABB8AACB6E23D955BB + checksum64: F712BD1995C2F6B81450433554AE726C0FFA14B5DBBCEF8C3462A0B58AC52FE8 File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 42e589f5815..80ed028b98f 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -5,11 +5,11 @@ "9": "9.11.2", "10": "10.24.1", "11": "11.15.0", - "12": "12.22.6", + "12": "12.22.7", "5": "5.12.0", "7": "7.10.1", "13": "13.14.0", - "14": "14.18.0", + "14": "14.18.1", "15": "15.14.0", - "16": "16.11.0" + "16": "16.11.1" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 0cb726e78ed..7814ea6f053 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 16.11.0 + 16.11.1 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 85bd38e7dd0..8045717fcfe 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-v16.11.0-x86.msi" -$filePath64 = "$toolsPath\node-v16.11.0-x64.msi" +$filePath32 = "$toolsPath\node-v16.11.1-x86.msi" +$filePath64 = "$toolsPath\node-v16.11.1-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 42e589f5815..80ed028b98f 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -5,11 +5,11 @@ "9": "9.11.2", "10": "10.24.1", "11": "11.15.0", - "12": "12.22.6", + "12": "12.22.7", "5": "5.12.0", "7": "7.10.1", "13": "13.14.0", - "14": "14.18.0", + "14": "14.18.1", "15": "15.14.0", - "16": "16.11.0" + "16": "16.11.1" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 976e3c39dcb..f76946ad7c8 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 16.11.0 + 16.11.1 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +