Skip to content

Commit

Permalink
AU: 2 updated - paint.net selenium-chrome-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 11, 2023
1 parent 97c3414 commit 3a91542
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/paint.net/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/paintdotnet/release/releases/download/v4.3.12/paint.net.4.3.12.install.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v5.0/paint.net.5.0.install.x64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: FE5A5A56867361819135C3544469260C46ED691396B677FA5E72C800FD313F24
checksum64: 9179099B5423D896CF4B2C8F3F9E8E72936E4D505F29C6A8E745A0A44A1C4820

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
3 changes: 2 additions & 1 deletion automatic/paint.net/paint.net.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>paint.net</id>
<version>4.3.12</version>
<version>5.0</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down Expand Up @@ -32,6 +32,7 @@ An active and growing online community provides friendly help, tutorials, and pl
## Notes
- Since version 4.3 this package embeds x64 bit version of the software
- **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.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/paint.net/screenshot.png)
]]></description>
Expand Down
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
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=109.0.5414.25/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=109.0.5414.74/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/109.0.5414.25/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/109.0.5414.74/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: 8874C4DCBD96824B0497AC04E110D0C0C26683E1A4FB18B7B68CFA2F53233119
checksum32: 858C5FB3132F77799F28F819AA4C78AC1493C190B00D1E2CDE1BC83752650F7C

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
Expand Up @@ -6,5 +6,5 @@
"106": "106.0.5249.61",
"107": "107.0.5304.62",
"108": "108.0.5359.71",
"109": "109.0.5414.25"
"109": "109.0.5414.74"
}
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>109.0.5414.25</version>
<version>109.0.5414.74</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,11 @@ 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 109.0.5414.25 (2022-12-02)---------
<releaseNotes>---------ChromeDriver 109.0.5414.74 (2023-01-11)---------
Supports Chrome version 109

Resolved issue 4179: BiDi session must support multiple connections [Pri-]
Resolved issue 4203: Improve credits information [Pri-]
Resolved issue 4263: Crash on Meta+A [Pri-]
</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

0 comments on commit 3a91542

Please sign in to comment.