Skip to content

Commit

Permalink
AU: 3 updated - brave kubernetes-cli selenium-chromium-edge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 18, 2024
1 parent 90500be commit a94568f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.61.120",
"beta": "1.62.144-beta"
"beta": "1.62.146-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.61.120</version>
<title>Brave Browser</title>
<version>1.62.146-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- **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>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.120/BraveBrowserStandaloneSilentSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.146/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 4D63561C4AC26B21F02C4D97EDF237B1E9AE31398D1604016E9EA86C643ACA46
checksum64: DFC7489CB0EB81AC265B82B1A8F74FAB05408152DE8171EA007FEF3DC5E74D20

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.120/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'EB0749DEB9EA0E74F07DF8AB76139D816459BAA3B6961CDD2B1B7F4FC635B3F9'
url = 'https://github.com/brave/brave-browser/releases/download/v1.62.146/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '27CCA735FD1324AB732A1654720E2C696302CDE068022479B151E05D3F7E6D34'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.61.120'
[version]$softwareVersion = '1.62.146'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"1.23": "1.23.17",
"1.24": "1.24.15",
"1.25": "1.25.16",
"1.26": "1.26.12",
"1.27": "1.27.9",
"1.28": "1.28.5",
"1.29": "1.29.0"
"1.26": "1.26.13",
"1.27": "1.27.10",
"1.28": "1.28.6",
"1.29": "1.29.1"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.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>kubernetes-cli</id>
<version>1.28.5</version>
<version>1.29.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md>
location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.28.5/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.28.5/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.29.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.29.1/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: F4D16C078CE8DFF4429AEE7EF15027C4E5FFB94E9FA0E0A4F159672EC4BD4142
checksum64: 3D158BD5A9A18331BD86248A345F706B032DB9E979BA1F16945AC07E51BEF7A8
checksum32: 75FAB6AEC40DE3B6178FAB56352AA69D102799DBFC77AE0F048A8C7440869199
checksum64: 810D784AEF248808631AC1F35103925CBA0F81CDE4837A0FD4AEB154351C6734

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
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>120.0.2210.133</version>
<version>120.0.2210.144</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/120.0.2210.133/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/120.0.2210.133/edgedriver_win64.zip'
checksum = '6a3c0020861f7231113b3a2f1d6e76237c4a55c29d29843559f47bf6e8852c92'
checksum64 = 'e73ed5b82bfa3cbfc44d5afcce3bb52708900f3969aa9fa01b519d4f78cdb2c6'
url = 'https://msedgedriver.azureedge.net/120.0.2210.144/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/120.0.2210.144/edgedriver_win64.zip'
checksum = '41e42e61dc753f04c3d691a3e5ad58938130e49bd98940c2b8f8f7a715ba1994'
checksum64 = '4b94133ad18902481cdd05a14c8ec64e18faca4940cc853293851c5705f435f8'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit a94568f

Please sign in to comment.