From 6729dc3156288894500c2046e27f7793a9c61d6f Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 29 Sep 2023 00:14:45 +0000 Subject: [PATCH] AU: 3 updated - brave bulk-crap-uninstaller vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/c58899074efcdac9f615f29a67a29efe210b9baf --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 ++++---- .../bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec | 4 ++-- automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt | 4 ++-- automatic/bulk-crap-uninstaller/update.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 5f02bf3cb7e..4a00c15a6d4 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.58.131", + "stable": "1.58.135", "beta": "1.59.100-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 4ae8287cf23..60a4dc64f5e 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.59.100-beta - Brave Browser (Beta) + 1.58.135 + 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 05f301eab78..ab6028e053c 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.59.100/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.58.135/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: F091082A8D9B74EDA053D57812F2823CA8A7A9734FE0AF45F5468EB500946E39 +checksum64: 6B98DE16531FA0945B692A75BA418EA66B0833AF64FCC825E85576207A44544C 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 1e80a823f8a..fa86e0904a1 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.59.100/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '3E075A9E823F36711FCA6428CE3165D49372542F1569441E76D92207E2E6BCE4' + url = 'https://github.com/brave/brave-browser/releases/download/v1.58.135/BraveBrowserStandaloneSilentSetup32.exe' + checksum = 'C797B1E502D76F930DF5888D02D5CA5FC6F45CF9A5CBED80776283873D99CE5E' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.59.100' +[version]$softwareVersion = '1.58.135' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec b/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec index 22e728d2024..6581a4344c4 100644 --- a/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec +++ b/automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec @@ -5,7 +5,7 @@ bulk-crap-uninstaller Bulk Crap Uninstaller chocolatey-community - 5.6 + 5.7 Marcin Szeniak Bulk Crap Uninstaller is an open source program uninstaller. https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png - https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.6 + https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.7 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/bulk-crap-uninstaller https://github.com/Klocman/Bulk-Crap-Uninstaller diff --git a/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt b/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt index ba3c454b8a7..56e8a329ab7 100644 --- a/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt +++ b/automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.6/BCUninstaller_5.6_setup.exe + x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v5.7/BCUninstaller_5.7_setup.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: FA0F6580EC3F953DCE07AA13C5D71AD01A81405CE21029B06E63414FD7F24E7E + checksum32: 013E3AEF660D080030788446D11E63E0E8D23D278E90564ED511A836C5AA5464 File 'license.txt' is obtained from: https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt diff --git a/automatic/bulk-crap-uninstaller/update.ps1 b/automatic/bulk-crap-uninstaller/update.ps1 index 6c4a2f95b83..f1747299568 100644 --- a/automatic/bulk-crap-uninstaller/update.ps1 +++ b/automatic/bulk-crap-uninstaller/update.ps1 @@ -1,4 +1,4 @@ -import-module au +import-module au $releases = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases' @@ -25,8 +25,8 @@ function global:au_SearchReplace { function global:au_GetLatest { $latestrelease = Get-GitHubRelease -Owner "Klocman" -Name "Bulk-Crap-Uninstaller" $re = '\.exe$' - $url = $latestrelease.assets.browser_download_url | Where-Object { $_ -match $re } | select -First 1 - $version = ($url -split '/' | select -Last 1 -Skip 1).Replace('v','') + $url = $latestrelease.assets.browser_download_url | Where-Object { $_ -match $re } | Select-Object -First 1 + $version = ($url -split '/' | Select-Object -Last 1 -Skip 1).Replace('v','') @{ URL32 = $url Version = $version diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 620deb2849b..b0998fc2cd1 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: 269562DE5D65B10290CE9A53D3BE629561A8B5F9E7289CC596A56A35CA61B1F1 - checksum64: 01F0544EE3614DD4EE4C03381FEE27D29892379F83E9B2D3AA6D9E200A704109 + checksum32: 30B906DABFAB77975E16FCBAC9F5F1E64F384619B89EAE2EA8AAA71C9A7E189E + checksum64: 0941E1DDF16703E25E86AC85C308FC5B9C85C2D49709683C9A37876A99F7CDF9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 3365d1354f1..d3b8eea66ed 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.0.1943_x86.zip" - file64 = "$toolsDir\gvim_9.0.1943_x64.zip" + file = "$toolsDir\gvim_9.0.1950_x86.zip" + file64 = "$toolsDir\gvim_9.0.1950_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d1346475742..aaaffa767aa 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1943 + 9.0.1950 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.