Skip to content

Commit

Permalink
AU: 2 updated - bleachbit bleachbit.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 6, 2023
1 parent 1e8993a commit a1022ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/bleachbit.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit.install</id>
<version>4.4.2</version>
<version>4.6.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/bleachbit.install</packageSourceUrl>
<owners>chocolatey-community,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:

1. Download the following installer(s):

x86: https://download.bleachbit.org/BleachBit-4.4.2-setup.exe
x86: https://download.bleachbit.org/BleachBit-4.6.0-setup.exe

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

checksum type: sha256
checksum32: 5E1E6E2E269216A8C40AB1DBBA26B1B7D53F1F9F106CB94ABBE7A4D1F38EB460
checksum32: 4BE77C019328203BC16FCD6AB62B41E26E14EDFDC4572448D0DDB101BA796EC9

The included 'LICENSE.txt' file have been obtained from:
https://github.com/bleachbit/bleachbit/blob/master/COPYING
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\BleachBit-4.4.2-setup.exe"
file = "$toolsDir\BleachBit-4.6.0-setup.exe"
fileType = 'exe'
silentArgs = '/S /allusers'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit/bleachbit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>bleachbit</id>
<version>4.4.2</version>
<version>4.6.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/bleachbit</packageSourceUrl>
<owners>chocolatey-community,dtgm</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down Expand Up @@ -43,7 +43,7 @@ BleachBit has many useful features designed to help you easily [clean](https://w
]]></description>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
<dependencies>
<dependency id="bleachbit.install" version="[4.4.2]" />
<dependency id="bleachbit.install" version="[4.6.0]" />
</dependencies>
</metadata>
<files />
Expand Down

0 comments on commit a1022ba

Please sign in to comment.