diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index 4edec727efb..4f93c4d4e62 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.9.834", + "OPW": "7.9.835", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index fafea984e21..93838643f9a 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.9.834 + 7.9.835 1Password AgileBits chocolatey-community, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index ef4ef648afe..9107bce2e57 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.9.834.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.835.exe' softwareName = '1Password*' - checksum = '7b578e42ced2e8a36855dd0984668622a508ad82eb33257dc9b8f1eb586bdd77' + checksum = '3d43ea28c46a1dac9cc645c5d9f4692cd1be009145ffe5260a910a2d9c89dd52' checksumType = 'sha256' silentArgs = "--silent" validExitCodes = @(0) diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index bf33631735b..697463a6a95 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,7 +3,7 @@ Ghostscript.app - 10.02.0 + 10.02.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app chocolatey-community Ghostscript (Install) diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index d69e07cd884..bd371e6b797 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/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: 9D2C07A903C10FF5947A3543444F787B8473E7CCCC84A6E09355772FD544C145 - checksum64: A794AC78882A744B97ACEBED7A6A76AC8B3CFDEF9D38BD891AA262081E303D52 + checksum32: 74D1D127F98255DC0058EB9FDBC81BFF881288A159EB71E9F3C5B42036B10308 + checksum64: 40DCA8CC9156A448082670599D1779339738028A616B3C1047178CF0A0BAA6E5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index 766427bd1b2..6aa1b144b68 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs10020w32.exe" -$filePath64 = "$toolsPath\gs10020w64.exe" +$filePath32 = "$toolsPath\gs10021w32.exe" +$filePath64 = "$toolsPath\gs10021w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/ghostscript/ghostscript.nuspec b/automatic/ghostscript/ghostscript.nuspec index eb76fd6d284..7f9b5342364 100644 --- a/automatic/ghostscript/ghostscript.nuspec +++ b/automatic/ghostscript/ghostscript.nuspec @@ -3,7 +3,7 @@ Ghostscript - 10.02.0 + 10.02.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript chocolatey-community Ghostscript @@ -32,7 +32,7 @@ ]]> https://ghostscript.readthedocs.io/en/latest/News.html - + diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index f31468273b1..0d3969e11ed 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 119.0.6045.105-beta + 120.0.6099.5-beta Google Chrome Beta chocolatey-community,nsleigh Google LLC. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 95f67a3acfe..a171c80343e 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 = '119.0.6045.105-beta' +$version = '120.0.6099.5-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 = '93065124d2a130c7ed1b196dede870282906dda89debc743a0bac8886137f38f' - checksum64 = 'f95346581ee72a03fdb25e66117429435fef13491eb1144c3de0a26316ff357b' + checksum = '2b1a29b3ccdc3d5e66487f0448f89038c42ffb73e2cc14ae9f21383f29520403' + checksum64 = '88e53d6fb3d9cc1a67273e6a911a82806587c72d55e6c6c59a13ca772b19749f' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/kubescape/kubescape.nuspec b/automatic/kubescape/kubescape.nuspec index 7b9590c40a4..4e5613780d5 100644 --- a/automatic/kubescape/kubescape.nuspec +++ b/automatic/kubescape/kubescape.nuspec @@ -3,7 +3,7 @@ kubescape - 3.0.0 + 3.0.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubescape chocolatey-community,hollowman kubescape: Kubernetes Security Platform diff --git a/automatic/kubescape/legal/VERIFICATION.txt b/automatic/kubescape/legal/VERIFICATION.txt index 49e4389ad7c..f1feb7e4481 100644 --- a/automatic/kubescape/legal/VERIFICATION.txt +++ b/automatic/kubescape/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ location on and can be verified by doing the following: 1. Download the following: - 64-bit software: + 64-bit 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: sha256 - checksum64: 5844EA67469664A0CE6C36525A4FF85B8A1443DE437E6A46A649A745CF912FF9 + checksum64: B2796EE877DDC828EEB5082978F8A9B9C340DF4DE97E7E022C41E2E34D328270 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index eb7237dd318..4a777905589 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: F68906A63C2C8ACB2112B19308C280EE6136FC750AB037EC39956011561D804E + checksum: CF6DE91F2C508E0D4CA9A01A38BDA354A7FE937345D0D09BAEC263664D316780 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 f535bbde942..b8f448e8218 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.14.0 + 4.14.1 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.0 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.1 diff --git a/automatic/simplewall.install/legal/VERIFICATION.txt b/automatic/simplewall.install/legal/VERIFICATION.txt index e59d126bfcb..a986565f8ed 100644 --- a/automatic/simplewall.install/legal/VERIFICATION.txt +++ b/automatic/simplewall.install/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.4/simplewall-3.7.4-setup.exe +x86: https://github.com/henrypp/simplewall/releases/download/v.3.7.5/simplewall-3.7.5-setup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: A0311E84379B0EC8C9A83DCF9869B562C58BDBE552E06E8D4DF17F1A9DC6202D + checksum32: 7804EDC4A726F39A94CB08197A9CAD5818EDA2854C9CF64D84AADF58ECF3D4A9 The included 'LICENSE.txt' file have been obtained from: https://github.com/henrypp/simplewall/blob/master/LICENSE diff --git a/automatic/simplewall.install/simplewall.install.nuspec b/automatic/simplewall.install/simplewall.install.nuspec index 84d41e58b39..72efb976515 100644 --- a/automatic/simplewall.install/simplewall.install.nuspec +++ b/automatic/simplewall.install/simplewall.install.nuspec @@ -2,7 +2,7 @@ simplewall.install - 3.7.4 + 3.7.5 Henry++ Simple tool to configure Windows Filtering Platform. simplewall.portable - 3.7.4 + 3.7.5 Henry++ Simple tool to configure Windows Filtering Platform. simplewall - 3.7.4 + 3.7.5 Henry++ Simple tool to configure Windows Filtering Platform. https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md - + diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index 60b4fb8a63c..a26c0af6629 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.106.0.212 + 8.107.0.215 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index b9a497c886b..de06702d523 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Skype*' fileType = 'msi' - url = 'https://download.skype.com/s4l/download/win/Skype-8.106.0.212.msi' - checksum = 'b024ef810c357dfb7a80993d3fd437f992a0efd0911ca891a0b8b20a3d9cb28d' + url = 'https://download.skype.com/s4l/download/win/Skype-8.107.0.215.msi' + checksum = 'b687788e011c4d0a366383f92accb9a30bc89478821e2c2703d2d5169d260668' checksumType = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0)