Skip to content

Commit

Permalink
AU: 3 updated - brave bulk-crap-uninstaller vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 29, 2023
1 parent ae98d5d commit 6729dc3
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 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.58.131",
"stable": "1.58.135",
"beta": "1.59.100-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.59.100-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.58.135</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.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
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.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
Expand Down
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey-community</owners>
<version>5.6</version>
<version>5.7</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description><![CDATA[Bulk Crap Uninstaller is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more!
Expand Down Expand Up @@ -61,7 +61,7 @@ Even though BCU was made with IT pros in mind, by default it is so straight-forw
<licenseUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png</iconUrl>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.6</releaseNotes>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v5.7</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/bulk-crap-uninstaller</packageSourceUrl>
<projectSourceUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller</projectSourceUrl>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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.

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: FA0F6580EC3F953DCE07AA13C5D71AD01A81405CE21029B06E63414FD7F24E7E
checksum32: 013E3AEF660D080030788446D11E63E0E8D23D278E90564ED511A836C5AA5464

File 'license.txt' is obtained from:
https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt
6 changes: 3 additions & 3 deletions automatic/bulk-crap-uninstaller/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$releases = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases'

Expand All @@ -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
Expand Down
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.0.1943/gvim_9.0.1943_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1943/gvim_9.0.1943_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1950/gvim_9.0.1950_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1950/gvim_9.0.1950_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: 269562DE5D65B10290CE9A53D3BE629561A8B5F9E7289CC596A56A35CA61B1F1
checksum64: 01F0544EE3614DD4EE4C03381FEE27D29892379F83E9B2D3AA6D9E200A704109
checksum32: 30B906DABFAB77975E16FCBAC9F5F1E64F384619B89EAE2EA8AAA71C9A7E189E
checksum64: 0941E1DDF16703E25E86AC85C308FC5B9C85C2D49709683C9A37876A99F7CDF9
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.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 = @{
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.0.1943</version>
<version>9.0.1950</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 6729dc3

Please sign in to comment.