diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 2fd9ffc7e4b..03f27683e4d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5296.0-snapshots", + "snapshots": "107.0.5297.0-snapshots", "stable": "105.0.5195.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1d5b6708956..3b7401a0392 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5296.0-snapshots + 107.0.5297.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ae8e74b24f3..fd15e3c80c5 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: F6199DC110B0B68C9AB84A44034298F27416D92F57EEC947EF31BECBFFDE4095 - checksum64: 7952B01DEC726A443A08128B2CA5D01D85B7F7E9806E27C458A240150053AC17 + checksum32: 1845AC663136CC3A7DB287D511755A749A97477825096D2F9F77EF5EBDB674AA + checksum64: 47BF2CD8F3A9949EE072D4CA487584676BA1E15F4B4F3D350BDBC4705456DA73 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index bb1fb9125d7..43b390742b5 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 = "107.0.5296.0-snapshots" +$version = "107.0.5297.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/datagrip/datagrip.nuspec b/automatic/datagrip/datagrip.nuspec index 5da32c1eab8..ee57f327851 100644 --- a/automatic/datagrip/datagrip.nuspec +++ b/automatic/datagrip/datagrip.nuspec @@ -3,7 +3,7 @@ datagrip - 2022.2.3 + 2022.2.4 JetBrains DataGrip JetBrains https://www.datagrip.org/terms.php diff --git a/automatic/datagrip/tools/ChocolateyInstall.ps1 b/automatic/datagrip/tools/ChocolateyInstall.ps1 index c6d26d2e9cb..12b522078ab 100644 --- a/automatic/datagrip/tools/ChocolateyInstall.ps1 +++ b/automatic/datagrip/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'JetBrains DataGrip*' - url = 'https://download.jetbrains.com/datagrip/datagrip-2022.2.3.exe' - checksum = '3f24d22a2642c8db7b2c102864e8090b98ff1e828145370c8f67df3f5dda209e' + url = 'https://download.jetbrains.com/datagrip/datagrip-2022.2.4.exe' + checksum = 'a8ef75e49f629e243fbce7d3e469f40545dcd57eaa110de38cf691f4de40c47e' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/graphviz/graphviz.nuspec b/automatic/graphviz/graphviz.nuspec index bfb28e02856..75dabc9c892 100644 --- a/automatic/graphviz/graphviz.nuspec +++ b/automatic/graphviz/graphviz.nuspec @@ -2,7 +2,7 @@ graphviz - 5.0.1 + 6.0.1 Graphviz Arif Bilgin, graphviz committers chocolatey, Jason Denizac, Friedrich von Never diff --git a/automatic/graphviz/legal/VERIFICATION.txt b/automatic/graphviz/legal/VERIFICATION.txt index 8d52ecd6ed9..c2acabb68ff 100644 --- a/automatic/graphviz/legal/VERIFICATION.txt +++ b/automatic/graphviz/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/5.0.1/windows_10_cmake_Release_graphviz-install-5.0.1-win64.exe + x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/6.0.1/windows_10_cmake_Release_graphviz-install-6.0.1-win64.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 55E452BF782CE30F71ADDD786783D608357F10E4D780861F5CD2DF0697F0C7C6 + checksum64: 438A6EF1267AA5650F7511D455031ED191D1DEBDA072C1604E325DE01425CD1B File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory diff --git a/automatic/graphviz/tools/chocolateyInstall.ps1 b/automatic/graphviz/tools/chocolateyInstall.ps1 index 9b448d96259..678cbd72c52 100644 --- a/automatic/graphviz/tools/chocolateyInstall.ps1 +++ b/automatic/graphviz/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'graphviz' fileType = 'exe' - file64 = "$toolsPath\graphviz-5.0.1 (64-bit) EXE installer.exe" + file64 = "$toolsPath\graphviz-6.0.1 (64-bit) EXE installer.exe" silentArgs = '/S' validExitCodes = @(0) softwareName = 'Graphviz*' diff --git a/automatic/kubelogin/kubelogin.nuspec b/automatic/kubelogin/kubelogin.nuspec index 6ff7b47d60f..50f4d976b60 100644 --- a/automatic/kubelogin/kubelogin.nuspec +++ b/automatic/kubelogin/kubelogin.nuspec @@ -3,7 +3,7 @@ kubelogin - 1.25.2 + 1.25.3 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubelogin chocolatey-community,jetersen Kubelogin (CLI) @@ -38,7 +38,7 @@ users: command: kubelogin ``` ]]> - https://github.com/int128/kubelogin/releases/tag/v1.25.2 + https://github.com/int128/kubelogin/releases/tag/v1.25.3 diff --git a/automatic/kubelogin/legal/VERIFICATION.txt b/automatic/kubelogin/legal/VERIFICATION.txt index 2a166d018c5..07d4713514a 100644 --- a/automatic/kubelogin/legal/VERIFICATION.txt +++ b/automatic/kubelogin/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: 2DB37991462CA19ACDACA25EFF025AD9E13CA0F0943ED985505269963C26BAA4 + checksum64: 0398922FB50411119FE110EBB4E0E15D8725890CE764B3996B0563C5478C4148 File 'LICENSE.txt' is obtained from diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index a58e5a1cb3d..0aeee814626 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 8.4.3 + 8.4.4 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index bed10a3658f..902f68c19f5 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '8.4.3' +$version = '8.4.4' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 72a88227fb6..6b2617d0137 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 90.0.4480.84 + 90.0.4480.107 Opera chocolatey-community Opera @@ -26,7 +26,7 @@ For example: `--params '"/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-90/#b4480.84 + https://blogs.opera.com/desktop/changelog-for-90/#b4480.107 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 f6d86208323..3ad3c6dcf71 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,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/90.0.4480.84/win/Opera_90.0.4480.84_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/90.0.4480.84/win/Opera_90.0.4480.84_Setup_x64.exe' - checksum = '28fc01a31a56481654101fa7a63ce8d978613f5f1ba3d2b5cdd72b91a3ef97eb' - checksum64 = '450dfaf4b6ac267d973fb66884ae84f5c0df4f43653313758a53702b2cf378fa' + url = 'https://get.geo.opera.com/pub/opera/desktop/90.0.4480.107/win/Opera_90.0.4480.107_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/90.0.4480.107/win/Opera_90.0.4480.107_Setup_x64.exe' + checksum = '97e8e3e47862a2e7d7ca10cbeb32b0ffa943e767488a13a750dfb5e2edba2b83' + checksum64 = 'fc8fc2dbe54a1d2707c01de15b2661c201d8eed8f4aa5412024d643e80ebd327' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '90.0.4480.84' +$version = '90.0.4480.107' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/python/python.json b/automatic/python/python.json index a6095371dab..f659251f9bc 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -10,5 +10,5 @@ "3.8": "3.8.10", "3.9": "3.9.13", "3.10": "3.10.7", - "3.11": "3.11.0-rc1" + "3.11": "3.11.0-rc2" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index 1a7de27e0a9..350f3285a40 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.10.7 + 3.11.0-rc2 Python chocolatey-community Python Software Foundation @@ -22,7 +22,7 @@ https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python https://www.python.org/downloads/source - + https://www.python.org/download/releases/3.4.0/license diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index 59079c6c145..cecdc11de24 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.10.7/python-3.10.7.exe - x64: https://www.python.org/ftp/python/3.10.7/python-3.10.7-amd64.exe + x32: https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2.exe + x64: https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 5CBD577165EC245938EAD629BE4517F365255013006273B1439E4CDF09D82C56 - checksum64: F9093D80691097EB7A23DA09045FCB12D1543A22A5B84E1EB29B1730FB76040C + checksum32: 3507C899709008905EFFFAC70D0283DE8ABF466508E3514B1D2253DF3978CD6F + checksum64: E557F773287AA8C4A9E7A1C86B729DC3824EDDC11D3C68D703D31C8E03D1DBF5 File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index d994136f096..a28b3baddaa 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -10,5 +10,5 @@ "3.8": "3.8.10", "3.9": "3.9.13", "3.10": "3.10.7", - "3.11": "3.11.0-rc1" + "3.11": "3.11.0-rc2" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 698f2450421..34adfce4f0d 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.10.7 + 3.11.0-rc2 Python 3.x chocolatey-community Python Software Foundation diff --git a/automatic/python3/tools/helpers.ps1 b/automatic/python3/tools/helpers.ps1 index 3f2bbfe79ca..1040a9cf930 100644 --- a/automatic/python3/tools/helpers.ps1 +++ b/automatic/python3/tools/helpers.ps1 @@ -39,14 +39,14 @@ function Install-Python { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.10.7.exe" + file = "$toolsPath\python-3.11.0rc2.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir validExitCodes = @(0) softwareName = 'Python 3*' } if (!$only32Bit) { - $packageArgs['file64'] = "$toolsPath\python-3.10.7-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.11.0rc2-amd64.exe" } else { $packageArgs['packageName'] = '32-bit python3' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index ad757a8bea2..7242909ed3f 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/0dce868b85978716d4fc7bc48b6a6a54c6a39fd0/VSCodeSetup-ia32-1.72.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/0dce868b85978716d4fc7bc48b6a6a54c6a39fd0/VSCodeSetup-x64-1.72.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/835ace5796cec0ed19a7eec119b26b57220b0f1a/VSCodeSetup-ia32-1.72.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/835ace5796cec0ed19a7eec119b26b57220b0f1a/VSCodeSetup-x64-1.72.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '9f7ad8dc311dec19ff375b75a5083a1bb282fb4389989c93ff8c0af5eaa7fa84d1c5dd06e3022844cdd8f463dd3c84ba844fd4bd1b2fd244e0f796b2d525fe05' + checksum = '3aed4b091956d4599b2dd65ac3a858ac617a34849b457c1e327d039cf52d7c2f69521dce0b4dcdbecee7f13122e5462753e9bb5b23762e9ff7243fb85741ec87' checksumType = 'sha512' - checksum64 = '54112c3fe845873386019449abaf260059df6e88d54f3a5b2b1c7bef86b087d3f54d6c0d81213cfc02438f1d608fe8025a41646a463f79d89cc87a055f4a4c22' + checksum64 = '131e7529d06e60e4f656d2c6b01ee9d3ae1e15a7e7a24ba3d61a63d505fd5823ae32990e45f26bf7528d7a1f40096b63e137c0806650c1b502fd0c520a033205' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index f8cbd026689..ba3b9a6b977 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.72.0.20220909 + 1.72.0.20220912 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 37b5d492ce2..a141f36262d 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.72.0.20220909 + 1.72.0.20220912 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features