Skip to content

Commit

Permalink
AU: 2 updated - k9s selenium-gecko-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 3, 2024
1 parent 16b6a84 commit bfe6481
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/k9s/k9s.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>k9s</id>
<version>0.30.6</version>
<version>0.30.7</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s</packageSourceUrl>
<owners>chocolatey-community,Matteo Dell'Aquila (moebius87)</owners>
<title>k9s: Kubernetes CLI To Manage Your Clusters In Style!</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis.
* Resource Graph Traversals
* K9s provides for easy traversal of Kubernetes resources and their associated resources.
]]></description>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.30.6/change_logs/release_v0.30.6.md</releaseNotes>
<releaseNotes>https://github.com/derailed/k9s/blob/v0.30.7/change_logs/release_v0.30.7.md</releaseNotes>
<dependencies>
<dependency id="kubernetes-cli" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/k9s/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy.
The embedded software can be verified by doing the following:

1. Download the following:
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.30.6/k9s_Windows_amd64.zip>
64-bit software: <https://github.com/derailed/k9s/releases/download/v0.30.7/k9s_Windows_amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following:

3. The checksums should match the following:
checksum type: sha256
checksum64: B45F5D234B8E1BADD2EA2FBCD571B7FA1BD5A34428AE6EA5BA8C1C19E2E23A46
checksum64: 860232EAECCEF73016D5CB3494173966447293D6CC816FED01BE1951B7C778EA

The file 'LICENSE.txt' has been obtained from <https://raw.githubusercontent.com/derailed/k9s/2e05367256a7b2777b011da7213cf636c9ae4d17/LICENSE>
10 changes: 5 additions & 5 deletions automatic/selenium-gecko-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ 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://github.com/mozilla/geckodriver/releases/tag/v0.33.0>
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.34.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-win64.zip>
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win64.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: A38FB6A2B0B50F98C2B19A4903BBE32A897150EFB2B226152450B3E6E17CA5B4
checksum64: 801EA95B5DB69A0DC6E01A909E3E483A8EBB01B13D752C7C5F9BE650D370E292
checksum32: 299499C410C7CA27953C507EFB33A1E40A18FEE7B469A2482CA6876BB219F77C
checksum64: 7D748367F7ED501A114FBBD5152A206061923DB7276930E4E9739D29B857220F

File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt
which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code
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-gecko-driver</id>
<version>0.33.0</version>
<version>0.34.0</version>
<title>Selenium Gecko Driver</title>
<authors>Mozilla</authors>
<owners>chocolatey-community,hans0</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
packageName = 'selenium-gecko-driver'
softwareName = "Gecko WebDriver"

file = "$toolsDir\geckodriver-v0.33.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.33.0-win64.zip"
file = "$toolsDir\geckodriver-v0.34.0-win32.zip"
file64 = "$toolsDir\geckodriver-v0.34.0-win64.zip"
destination = $seleniumDir
}

Expand Down

0 comments on commit bfe6481

Please sign in to comment.