Skip to content

Commit

Permalink
AU: 4 updated - selenium-chrome-driver vim vscode-insiders vscode-ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 28, 2022
1 parent fae071c commit e0ca7cb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://chromedriver.storage.googleapis.com/index.html?path=106.0.5249.21/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=106.0.5249.61/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/106.0.5249.21/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_win32.zip>
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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>106.0.5249.21</version>
<version>106.0.5249.61</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -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.**
]]></description>
<summary>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.</summary>
<releaseNotes>---------ChromeDriver 106.0.5249.21 (2022-09-02)---------
<releaseNotes>---------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]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
<tags>selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform</tags>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0597/gvim_9.0.0597_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0597/gvim_9.0.0597_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0612/gvim_9.0.0612_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0612/gvim_9.0.0612_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
3 changes: 2 additions & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0597</version>
<version>9.0.0612</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>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.</summary>
Expand Down Expand Up @@ -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.**
]]></description>
<releaseNotes>https://github.com/vim/vim-win32-installer/releases</releaseNotes>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.72.0.20220927</version>
<version>1.72.0.20220928</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -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)
]]></description>
Expand Down
5 changes: 3 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.72.0.20220927</version>
<version>1.72.0.20220928</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -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)
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.72.0.20220927]" />
<dependency id="vscode-insiders.install" version="[1.72.0.20220928]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit e0ca7cb

Please sign in to comment.