Skip to content

Commit

Permalink
AU: 4 updated - cmake cmake.install cmake.portable selenium-chromium-…
Browse files Browse the repository at this point in the history
…edge-driver

[skip ci]
  • Loading branch information
Chocolatey Community committed Jun 7, 2024
1 parent 52a1aeb commit 06e0868
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 24 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.6",
"3.29": "3.29.4"
"3.29": "3.29.5",
"3.30": "3.30.0-rc1"
}
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.29.4</version>
<version>3.30.0-rc1</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.29.4/cmake-3.29.4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.4/cmake-3.29.4-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.30.0-rc1/cmake-3.30.0-rc1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.30.0-rc1/cmake-3.30.0-rc1-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: FD9F2E3E847F0A1ECDAA5A61DDCBBF15772EA1DB8DE1F07D4C706085C26911CC
checksum64: 83BA5E373ED3824E78A2A2EF4A184A8FDED544EA7CDEAEDF1BF87A3BD8D56C80
checksum32: 17CAA6C4B50A2184AE499406FC02D50650495A736239121D870BB16080C14F11
checksum64: EE309D4E982D3B468196DBE18F6B740CA54458508409DE024B12DBF2B1E482E0

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.29.4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.4-windows-x86_64.msi"
file = "$toolsPath\cmake-3.30.0-rc1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.30.0-rc1-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
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.6",
"3.29": "3.29.4"
"3.29": "3.29.5",
"3.30": "3.30.0-rc1"
}
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.29.4</version>
<version>3.30.0-rc1</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.29.4/cmake-3.29.4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.4/cmake-3.29.4-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.30.0-rc1/cmake-3.30.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.30.0-rc1/cmake-3.30.0-rc1-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: 8773DF8F82A8172CFD964CC052864592D45481A636CB8B533E3736102A97C2FA
checksum64: 1C8BFBC5537553EDCCDED62F8F03475A161280C1B64F54C887824C6EB4E773FF
checksum32: D8534BE792BB9CD57CE4901A02A2B67B3B85163EE00AAA0042205CACDFC91A1D
checksum64: CA04D12160F4DBBCC2435011E6416EE118960883984C7BCD3EDF1F5D27D23F56

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.29.4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.4-windows-x86_64.zip"
file = "$toolsPath\cmake-3.30.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.30.0-rc1-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.6",
"3.29": "3.29.4"
"3.29": "3.29.5",
"3.30": "3.30.0-rc1"
}
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.29.4</version>
<version>3.30.0-rc1</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 @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.29.4]" />
<dependency id="cmake.install" version="[3.30.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>125.0.2535.85</version>
<version>125.0.2535.92</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/125.0.2535.85/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/125.0.2535.85/edgedriver_win64.zip'
checksum = 'a504df461a61798901f88492cbdf4cc27248b9fb72a3635c0da3f9395f0607a4'
checksum64 = '41e4a049e7dc5d64b67d1ae9521baa7e196fd35ee1f2b1641bac3380c9fa407e'
url = 'https://msedgedriver.azureedge.net/125.0.2535.92/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/125.0.2535.92/edgedriver_win64.zip'
checksum = 'afdc7d8b9e764cd0c138e43f695ffbb704d7808f1c8e61a5dc22dd572e328df5'
checksum64 = 'bac109212ef3d1f7c0e3331f0027594600832dd09c1953eaafcb777166450bd7'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 06e0868

Please sign in to comment.