diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 924f8193da3..eb6f73e08a9 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.73.105", + "stable": "1.74.48", "beta": "1.75.159-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 88823ce03c7..daa61ed24e3 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.75.159-beta - Brave Browser (Beta) + 1.74.48 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index d9c80aa5b40..e0c02718691 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index f699cc6d5fd..bfb88c7b833 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -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 diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1d82f834ef3..f730d1fa38c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "134.0.6959.0-snapshots", + "snapshots": "134.0.6960.0-snapshots", "stable": "131.0.6778.265" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 3d87638bd0e..aadc900ae99 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 134.0.6959.0-snapshots + 134.0.6960.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 390af9c96c0..11b33d1f8a1 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a56ceebcdb3..19eaaf372fa 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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 @@ -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' diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index 2dfeb46fb5d..3c6dcc52c07 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -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" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index 23b16baaebd..0e128dae535 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.32.0 + 1.32.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index 4dfaeb89d3a..45b39e16a17 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -8,8 +8,8 @@ location on - 64-bit software: + 32-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -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 diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 3e23d168d2c..3e7660aada0 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 03a35b00587..c04d961fef9 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -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 = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 860751de33e..dcfa26b154d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.1016 + 9.1.1019 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.