Skip to content

Commit

Permalink
AU: 9 updated - cmake cmake.install cmake.portable googlechromebeta n…
Browse files Browse the repository at this point in the history
…odejs nodejs.install selenium-chrome-driver vscode vscode.install

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/dbce534b2d4522681eca920cf726e1cefdadbeb6
  • Loading branch information
Chocolatey Community committed Jul 7, 2022
1 parent 7dff443 commit d105b9a
Show file tree
Hide file tree
Showing 24 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2",
"3.24": "3.24.0-rc2"
"3.24": "3.24.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.24.0-rc2</version>
<version>3.24.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc3/cmake-3.24.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc3/cmake-3.24.0-rc3-windows-x86_64.msi>
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: 564E7E16E2CC6ABB9BC480A509F1BAA754BA52012E53A9B4C83DF5BF354C98FE
checksum64: 4F491A2D04C787EE4C7512E9E8625425935A2D6492D92F3ED2E0352415D32FD2
checksum32: F45E4CD3100A2FF438F4391192C47BC4859114F4925D98A4E9740355BFC8627B
checksum64: 4B3380C968BAA3DFD2F9BD880A6A541007F321154F60060B938D1A5801314A4C

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.24.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.24.0-rc2-windows-x86_64.msi"
file = "$toolsPath\cmake-3.24.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.24.0-rc3-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2",
"3.24": "3.24.0-rc2"
"3.24": "3.24.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.24.0-rc2</version>
<version>3.24.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc2/cmake-3.24.0-rc2-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc3/cmake-3.24.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.24.0-rc3/cmake-3.24.0-rc3-windows-x86_64.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: F1CE93060F93CA856D294B8819643F6EE7592E5E112067CBE3B17EDC5B09907A
checksum64: C9978FCC0C40F68FD7862B0D2F1FEC042052D6BE71C4ACA655FA097FE9F2C2BE
checksum32: 9AD0D44AC8F862EB2C187692A24652A2B4B17028A8C2C40C66321F290D7F629D
checksum64: F10AC43C875ED90B3D027F51B6ED828765AB41D0CFEAA2C1E8E424343F515FAD

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.24.0-rc2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.24.0-rc2-windows-x86_64.zip"
file = "$toolsPath\cmake-3.24.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.24.0-rc3-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"3.21": "3.21.6",
"3.22": "3.22.5",
"3.23": "3.23.2",
"3.24": "3.24.0-rc2"
"3.24": "3.24.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.24.0-rc2</version>
<version>3.24.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.24.0-rc2]" />
<dependency id="cmake.install" version="[3.24.0-rc3]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>104.0.5112.29-beta</version>
<version>104.0.5112.39-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '104.0.5112.29-beta'
$version = '104.0.5112.39-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -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 = 'e51abb395ec2620211f121779b6fe853fe34011dacdab429fbdb3ff8fc34e558'
checksum64 = '5f8a9cd650fba806972936254a4bc6ad5f146bf1e0f1a8d9e24736801ed8fa81'
checksum = 'e2ca58fde4637160a6d624968adcb701fa3f1ad588ab7cd5c1d00b5ae43e4bf2'
checksum64 = 'fa7dd51d6f1ac93adb7ccba48136bb97a5e6d843f0f1774276840d54c92bd679'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v18.4.0/node-v18.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.4.0/node-v18.4.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.5.0/node-v18.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.5.0/node-v18.5.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 6A13D5F7DE06A3D00A6DEB84BBBFA6C591AB45839609A375C12215A86EF9AE9C
checksum64: B79CBF490D581245061D6462430450DF16731901A022C83DAAFBF9A920BAFC6E
checksum32: 4BCA49AE9B422086F745158EAB17D42DCB0C20E7707B1C0FFE3246A0BAC801B5
checksum64: 5AB1ED0DB4B52037B14D3591757A0E697E9A31ABEA05E4EF6E78DDC6DDB95742

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
6 changes: 3 additions & 3 deletions automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.3",
"14": "14.20.0",
"15": "15.14.0",
"16": "16.15.1",
"16": "16.16.0",
"17": "17.9.1",
"18": "18.4.0"
"18": "18.5.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>18.4.0</version>
<version>18.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v18.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.5.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
6 changes: 3 additions & 3 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.19.3",
"14": "14.20.0",
"15": "15.14.0",
"16": "16.15.1",
"16": "16.16.0",
"17": "17.9.1",
"18": "18.4.0"
"18": "18.5.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>18.4.0</version>
<version>18.5.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[18.4.0]" />
<dependency id="nodejs.install" version="[18.5.0]" />
</dependencies>
</metadata>
<files>
Expand Down
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=104.0.5112.20/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=104.0.5112.29/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/104.0.5112.20/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/104.0.5112.29/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: 40E30CA1AB0DECC73066F40DE7EE0A98E9EA9D83285A9289F3DA8865076129F9
checksum32: FF839915AB5BF0CE1A61F8E67999A04C020A12F45E8E1453DF4F404666327CAF

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
@@ -1,5 +1,5 @@
{
"102": "102.0.5005.61",
"103": "103.0.5060.53",
"104": "104.0.5112.20"
"104": "104.0.5112.29"
}
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>104.0.5112.20</version>
<version>104.0.5112.29</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,7 +31,7 @@ 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 104.0.5112.20 (2022-06-24)---------
<releaseNotes>---------ChromeDriver 104.0.5112.29 (2022-07-05)---------
Supports Chrome version 104
Resolved issue 4121: WebDriver command sometimes fails with "unexpected command response" [Pri-1]
</releaseNotes>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.68.1'
$version = '1.69.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/30d9c6cd9483b2cc586687151bcbcd635f373630/VSCodeSetup-ia32-1.68.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/30d9c6cd9483b2cc586687151bcbcd635f373630/VSCodeSetup-x64-1.68.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9/VSCodeSetup-ia32-1.69.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9/VSCodeSetup-x64-1.69.0.exe'

softwareName = "$softwareName"

checksum = 'a45ead6465646d08f6d3ec727a399844e98b41715c8e0ec3077bb2ec20840be3'
checksum = '9091db7bd2122e51056d2d7adfdc09ade62eef010265f54570d7cce59ec20c03'
checksumType = 'sha256'
checksum64 = '7e42465a9509b518a5b8a8f33612f41d4ad46156d913dd026d56c2ad26e94424'
checksum64 = '2db764d9ccd989d0bf2b47bd50e4fcbaaa8c7e1c3e39791098bcf8df6268dd4f'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.68.1</version>
<version>1.69.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.68.1</version>
<version>1.69.0</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.68.1]" />
<dependency id="vscode.install" version="[1.69.0]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit d105b9a

Please sign in to comment.