Skip to content

Commit

Permalink
AU: 4 updated - brave chromium kubernetes-cli vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 16, 2025
1 parent a999f2b commit 9941768
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 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.73.105",
"stable": "1.74.48",
"beta": "1.75.159-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.75.159-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.74.48</version>
<title>Brave Browser</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
- 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.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **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-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.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.75.159/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.74.48/BraveBrowserStandaloneSilentSetup.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: 90119E3A9C09557F5B8A14B158BCA0ECD6CDA52C8A20EDAA9C3DBE43F2C22273
checksum64: 3DDB4B845982453F919B49546C537435FEF75C0F00F127A37DEF7EAEBFA3BA73

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.75.159/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '64E0BB7A7CC9430E5C8D815DE3B881ABED22B078FA04CFCE47D13B77BAAC6F89'
url = 'https://github.com/brave/brave-browser/releases/download/v1.74.48/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'D8A69DBA9D876471293663AECB6652700BD3B90C0991520D7349F18EE783E1B6'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.75.159'
[version]$softwareVersion = '1.74.48'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "134.0.6959.0-snapshots",
"snapshots": "134.0.6960.0-snapshots",
"stable": "131.0.6778.265"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>134.0.6959.0-snapshots</version>
<version>134.0.6960.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1406504/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1406936/mini_installer.exe>
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
checksum64: C7832392A704508EAEE7B1467DC138F97DB89DE229408415F74D1150DE20BEA1
checksum64: 5D13F5D7E7B3F4F7E8DAF1053B3D599E8FDD4AD99619C024CAC57D0C75D402BB

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '134.0.6959.0-snapshots'
$version = '134.0.6960.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1406499/mini_installer.exe'
checksum = '00C1A23791E6FBA2D642280C94B8EC596CB3CEC237146EF19C1390FEFF89546C'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1406971/mini_installer.exe'
checksum = 'F814E489066F9E2D2A9B49953190DD924828406C49C108485A76620F151A7A46'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
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 @@ -18,8 +18,8 @@
"1.26": "1.26.15",
"1.27": "1.27.16",
"1.28": "1.28.15",
"1.29": "1.29.12",
"1.30": "1.30.8",
"1.31": "1.31.4",
"1.32": "1.32.0"
"1.29": "1.29.13",
"1.30": "1.30.9",
"1.31": "1.31.5",
"1.32": "1.32.1"
}
2 changes: 1 addition & 1 deletion 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.32.0</version>
<version>1.32.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
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHAN
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.32.0/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.32.0/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.32.1/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.32.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: 8C1AD07A0332B950E5198D891C3A5B1318BE9BCC448F3C3EDADF5039B5E0317C
checksum64: 780D00056EE27090D426389A422B21F6561A41B1208EAD00014E7040E12FF6E4
checksum32: 3F659B40D28BBCC9A72EB722A998E5F74008D06DF80559BFA50396EA40298BC1
checksum64: F39066B207F040AAB57383FD9F31DB81E12821AF31E51ACFDC3C2D7CC5EF9073

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1016/gvim_9.1.1016_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1016/gvim_9.1.1016_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1019/gvim_9.1.1019_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.1019/gvim_9.1.1019_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 62AD3F10C4F0219CE5AB8BED6B6B2FE3D57308FB4C84573BBAFE3197359FDD8F
checksum64: D0B66BEAF092B17C8E3F3EB0A6989098F720C5618974E8619F46F48C4ED57C15
checksum32: 5CFEC3C496F4C80C1184AA8FE2C136F1847E2AA1EEECE0ED7B0B303B9B94692A
checksum64: 9484E5B6D21A55DC3861AE37CC93E262DE952FB4A4030C8931F74877DCBF8DB0
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.1016_x86.zip"
file64 = "$toolsDir\gvim_9.1.1016_x64.zip"
file = "$toolsDir\gvim_9.1.1019_x86.zip"
file64 = "$toolsDir\gvim_9.1.1019_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.1016</version>
<version>9.1.1019</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 9941768

Please sign in to comment.