diff --git a/automatic/selenium-chrome-driver/legal/VERIFICATION.txt b/automatic/selenium-chrome-driver/legal/VERIFICATION.txt
index 62f8245fd31..f44b64e60e2 100644
--- a/automatic/selenium-chrome-driver/legal/VERIFICATION.txt
+++ b/automatic/selenium-chrome-driver/legal/VERIFICATION.txt
@@ -3,17 +3,17 @@ 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:
- 32-Bit software:
+ 32-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: B5475B173166B10D02615C803D8C6299106DBF46F7996501CF6E6F4BFD8DC1DE
+ checksum32: 9FC51982C3B44175A0CE37652F3A601F33FAF515DDE860302625894506A7ED69
File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
diff --git a/automatic/selenium-chrome-driver/selenium-chrome-driver.json b/automatic/selenium-chrome-driver/selenium-chrome-driver.json
index d962a8fe7c9..471cc77270c 100644
--- a/automatic/selenium-chrome-driver/selenium-chrome-driver.json
+++ b/automatic/selenium-chrome-driver/selenium-chrome-driver.json
@@ -3,5 +3,5 @@
"103": "103.0.5060.134",
"104": "104.0.5112.79",
"105": "105.0.5195.52",
- "106": "106.0.5249.21"
+ "106": "106.0.5249.61"
}
diff --git a/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec b/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
index 95fda3eba37..563bd38d728 100644
--- a/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
+++ b/automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
@@ -2,7 +2,7 @@
selenium-chrome-driver
- 106.0.5249.21
+ 106.0.5249.61
Selenium Chrome Driver
Chromium and WebDriver teams
chocolatey-community,AdmiringWorm,agabrys
@@ -31,9 +31,8 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **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.**
]]>
Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.
- ---------ChromeDriver 106.0.5249.21 (2022-09-02)---------
+ ---------ChromeDriver 106.0.5249.61 (2022-09-28)---------
Supports Chrome version 106
-Resolved issue 4016: Add basic BiDi support to ChromeDriver (Mapper based) [Pri-1]
Chromium and WebDriver teams. All Rights Reserved.
selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform
diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt
index 20804967d6d..b2c51bf70a7 100644
--- a/automatic/vim/legal/VERIFICATION.txt
+++ b/automatic/vim/legal/VERIFICATION.txt
@@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:
1. Download the following zips:
- 32-Bit:
- 64-Bit:
+ 32-Bit:
+ 64-Bit:
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- checksum32: EFC0CCE07222758233AF26189B70E255EBEB42B27F3D04574B324CF54F16A42C
- checksum64: F7B7B7B161F2E56350E8F3DB1F77D038019AA84D788EB65BE4E9B076396F3B64
+ checksum32: 565B68D50F4A06FA4E16DE0AE66258BD202D75AB4DAE13FC452304EC8DEF502B
+ checksum64: A16F25840ED6FCF88B4CBFDDC1D48A4543A65726B46CF439A0FF6CC3BB8008BA
diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1
index da25a08c794..d44ff7dbd43 100644
--- a/automatic/vim/tools/chocolateyinstall.ps1
+++ b/automatic/vim/tools/chocolateyinstall.ps1
@@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
- file = "$toolsDir\gvim_9.0.0597_x86.zip"
- file64 = "$toolsDir\gvim_9.0.0597_x64.zip"
+ file = "$toolsDir\gvim_9.0.0612_x86.zip"
+ file64 = "$toolsDir\gvim_9.0.0612_x64.zip"
}
$installArgs = @{
diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec
index 850da7094c9..14c42ac9cad 100644
--- a/automatic/vim/vim.nuspec
+++ b/automatic/vim/vim.nuspec
@@ -3,7 +3,7 @@
vim
Vim
- 9.0.0597
+ 9.0.0612
Bram Moolenaar, Vim Community
chocolatey-community, Rob Reynolds
Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.
@@ -37,6 +37,7 @@ Example: `choco install vim --params "'/NoDesktopShortcuts /InstallDir:C:\path\t
- All compilation of the software is automated and performed on Appveyor. The building status is open.
- This package provides an official build. Similar package `vim-tux` is from a well-known unofficial vim building project. Unlike `vim-tux`, this package can take some installation parameters.
- See https://github.com/vim/vim-win32-installer for more information.
+- **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://github.com/vim/vim-win32-installer/releases
diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
index 73946a2d1af..a2e05938ba3 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/36b1398cfbabbe91d695717d76b818a788f7b7d9/VSCodeSetup-ia32-1.72.0-insider.exe'
- url64bit = 'https://az764295.vo.msecnd.net/insider/36b1398cfbabbe91d695717d76b818a788f7b7d9/VSCodeSetup-x64-1.72.0-insider.exe'
+ url = 'https://az764295.vo.msecnd.net/insider/835d39cfac9ede6c7c90678c8d6c3d4d0171ed6d/VSCodeSetup-ia32-1.72.0-insider.exe'
+ url64bit = 'https://az764295.vo.msecnd.net/insider/835d39cfac9ede6c7c90678c8d6c3d4d0171ed6d/VSCodeSetup-x64-1.72.0-insider.exe'
softwareName = 'Microsoft Visual Studio Code Insiders'
- checksum = 'fda56e651d0b5a719e18d4ea41745d49f983788f3c001fafeb4234fc1d5bc35e4787e91e39b31153343fab71ff32ab4224e8141ea37f715e1fc17481ba7078e8'
+ checksum = 'b2ad6d8d2bf914c4b97caff2cc78708b597fbfc3be17977da8865c7df8a0542427ac78c834eaee28a75ae30eb25771330b9e5281cddf6d07dcc4a4ba86588f66'
checksumType = 'sha512'
- checksum64 = 'a047211aba28ca2e7fd51416545a32f7bdf8dddd50b9b3bb8a790f52a35c2b54ae774e65ef4e973963db3d42d99c3c7b5e9c69023afff012e0848afbc9c0edec'
+ checksum64 = '6c7eac7a9749dec1b99b792df3fe26467b40e83806b730729ce7ac5ca899a25e9f21ee92f4823d7a6e11eb95be55fe439811d7617a0851757027e7cda00a80c0'
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 bf3af7a4c97..8e80198f173 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.20220927
+ 1.72.0.20220928
Microsoft
chocolatey-community
https://code.visualstudio.com/insiders
@@ -43,6 +43,7 @@ Example: `choco install vscode-insiders.install --params "/NoDesktopIcon /DontAd
- The package uses default install options except that it adds context menu entries and Visual Studio Code Insiders isn't started after installation.
- For disabling the auto-update functionality see the [Visual Studio Code Auto Update Deactivation package](https://chocolatey.org/packages/visualstudiocode-disableautoupdate).
+- **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.**
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ae1af716af9c16500e7f6f45d650f1dbf3d372fd/automatic/vscode-insiders/screenshot.png)
]]>
diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec
index ab4d1051d6e..7339f7c0476 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.20220927
+ 1.72.0.20220928
Microsoft
chocolatey-community
https://code.visualstudio.com/insiders
@@ -42,12 +42,13 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
- The package uses default install options except that it adds context menu entries and Visual Studio Code Insiders isn't started after installation.
- For disabling the auto-update functionality see the [Visual Studio Code Auto Update Deactivation package](https://chocolatey.org/packages/visualstudiocode-disableautoupdate).
+- **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.**
![screenshot](https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ae1af716af9c16500e7f6f45d650f1dbf3d372fd/automatic/vscode-insiders/screenshot.png)
]]>
microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform
-
+
https://code.visualstudio.com/updates/#_preview-features