diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5f4f2caaa33..a3c1a3f33c8 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5518.0-snapshots", + "snapshots": "111.0.5519.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 830eeb097d1..2e14de2a74a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5518.0-snapshots + 111.0.5519.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c58f17a7eac..57a58147b1a 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: 612922799B15FB4935DFAA1D3467D37F30D51D622B22FC67544F77A86D551F15 - checksum64: 84F245D2106A6AF2FAF5E2AB5B8E612D38D1DBAE5567308DE3035666F4CB1BCE + checksum32: 119238CCA94B5D104C7F74A5DC48DB7CC46ECB9AC9496C7A39A082D91D041B65 + checksum64: 44697603BD749B7BE46A6DBD442F07DDA68C9DA144B1EE26D8DF8E2286089DBA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 8f5f7cdb8ae..60d697d15c1 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 = "111.0.5518.0-snapshots" +$version = "111.0.5519.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 35bd3cebe1d..4f7701bc746 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.0.1 + 9.0.2 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 14073ca6b81..c690c8e52b5 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.0.1' +$version = '9.0.2' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/php/legal/VERIFICATION.txt b/automatic/php/legal/VERIFICATION.txt index 8b96dbfa800..608df71db6f 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): C8163879E3E93C87AFD63AD287ED2543503ABC31BE5280122616688146082D54 - checksum64 (threadsafe): 54D6CC64856268916F7A3DDAAE7D636C9F54DD11B0BAF083218BAF102FE153FA - checksum32 (non-threadsafe): F997A883EDA473724CA939D929369DD523B887357F60DAC52A85F2E83D2E821A - checksum64 (non-threadsafe): 1449C94819FC2D7C58B42E8592307282FAAA4EEC718268BEB82D9524E651ADAD + checksum32 (threadsafe): DA302F3B1C174365DBFC48740C21A713507286E515F404EA22325410C9D06559 + checksum64 (threadsafe): 2EDEB82EBCFAB64A47C8DB78074D8029232D3CE37DA053C889979F1B337B4D0C + checksum32 (non-threadsafe): 7CA39090C6CAEA440CCCBBE6FEA59E8E8F3C0EF72DC2FEAADB2974AA528821F3 + checksum64 (non-threadsafe): ACBC965681D2F77D3D23958B42FBE52F6ACA0C2A3CC9060100BEEE4458FC7B86 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/php/php.json b/automatic/php/php.json index e60c5aa5409..d5d7edd0088 100644 --- a/automatic/php/php.json +++ b/automatic/php/php.json @@ -7,5 +7,5 @@ "7.4": "7.4.33", "8.0": "8.0.27", "8.1": "8.1.13", - "8.2": "8.2.0" + "8.2": "8.2.1" } diff --git a/automatic/php/php.nuspec b/automatic/php/php.nuspec index d50bd8a7080..262838e5bc4 100644 --- a/automatic/php/php.nuspec +++ b/automatic/php/php.nuspec @@ -4,7 +4,7 @@ php PHP (Hypertext Preprocessor) - 8.0.27 + 8.2.1 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.0.27 + https://www.php.net/ChangeLog-8.php#8.2.1 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 cee979e37f1..296f534d4a6 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.0.27-Win32-vs16-x86.zip" - filets64 = "$toolsPath\php-8.0.27-Win32-vs16-x64.zip" - filents32 = "$toolsPath\php-8.0.27-nts-Win32-vs16-x86.zip" - filents64 = "$toolsPath\php-8.0.27-nts-Win32-vs16-x64.zip" + filets32 = "$toolsPath\php-8.2.1-Win32-vs16-x86.zip" + filets64 = "$toolsPath\php-8.2.1-Win32-vs16-x64.zip" + filents32 = "$toolsPath\php-8.2.1-nts-Win32-vs16-x86.zip" + filents64 = "$toolsPath\php-8.2.1-nts-Win32-vs16-x64.zip" } if ($pp.ThreadSafe) { diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 1e30d11cf5f..d37035e72e6 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/717d7d62c8b4566ab6704de931e7fe8e0649d810/VSCodeSetup-ia32-1.75.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/717d7d62c8b4566ab6704de931e7fe8e0649d810/VSCodeSetup-x64-1.75.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/4acf2d9b46b75748ae687cf3b2952a0799679873/VSCodeSetup-ia32-1.75.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/4acf2d9b46b75748ae687cf3b2952a0799679873/VSCodeSetup-x64-1.75.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'ce2d80d35e2857328307a5efc5da24a01516140d5b5d6c2f81c28ef0b1746437d31f3480dc5ba8f139de656b6bcc1fa5f9965c36466273bf8bf4bde041e716da' + checksum = '4dc084fbf4abd3f939d83da62d757dcd5c8adaa748634936242a955c392c62b7197e25050754259d4c55e96f588a6c6499f08d45a1fa6b850d30ec4778fc1ff0' checksumType = 'sha512' - checksum64 = 'cfcacd88640c03b93fac89e0951bb3aafcf647a3c6b87282c322280e65199ea916691b74ac9f6d69cc95ef103187f2c7a0240119cee16d9ebaa335bdcbc64fae' + checksum64 = '791a5ffd5f42d734a41da5828c6104f793cf5096a119506dba8ac104f7fa41e82b6abe0a58192d788277db85d5f315aa1c939414f9160d2e9f0d220274a7eaef' 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 787cdd21c3c..786f3266218 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.75.0.20230103 + 1.75.0.20230104 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 c8e81e3cb5a..936894b40aa 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.75.0.20230103 + 1.75.0.20230104 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,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