Skip to content

Commit

Permalink
AU: 2 updated - nexus-repository selenium-chrome-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 3, 2023
1 parent 40ce593 commit 1be6815
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.52.0.01</version>
<version>3.53.0.01</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.52.0-01'
$Version = '3.53.0-01'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.52.0-01-win64.zip'
checksum64 = '22e40f149b07aaccb3a7ac67c99200df69072b96bdb87972ba5e0508e6794eb2'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.53.0-01-win64.zip'
checksum64 = 'b8039db72d61be13a680edd513f3b43cf8c63d778ea965405d2187f6783eb9be'
checksumType64 = 'SHA256'
}

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=113.0.5672.24/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=113.0.5672.63/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/113.0.5672.24/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/113.0.5672.63/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: B0A70B86F6D771F670D0394C9BE0B3AFDEFD6F93E5A147E1D3FAD5F52F4A5964
checksum32: D75EECC9F4667326260E883B902E585D0597372E8D6F4B414564A63FDD75B9F5

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 @@ -10,5 +10,5 @@
"110": "110.0.5481.77",
"111": "111.0.5563.64",
"112": "112.0.5615.49",
"113": "113.0.5672.24"
"113": "113.0.5672.63"
}
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>113.0.5672.24</version>
<version>113.0.5672.63</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 113.0.5672.24 (2023-04-10)---------
<releaseNotes>---------ChromeDriver 113.0.5672.63 (2023-05-03)---------
Supports Chrome version 113
Resolved issue 4205: Same object ids in Classic and BiDi [Pri-1]
Resolved issue 4302: Don't assume that Mapper is in the first tab in ExecuteGetWindowHandles [Pri-1]
Expand Down

0 comments on commit 1be6815

Please sign in to comment.