Skip to content

Commit

Permalink
AU: 4 updated - bleachbit bleachbit.install mixxx Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 7, 2024
1 parent d40d9a1 commit 2609723
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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.6.0</version>
<version>4.6.2</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.6.0-setup.exe
x86: https://download.bleachbit.org/BleachBit-4.6.2-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: 4BE77C019328203BC16FCD6AB62B41E26E14EDFDC4572448D0DDB101BA796EC9
checksum32: 43BC44163015E62C32A344F354D5D16CE3E3D45D402E9D52B79079CC7D9B4D05

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.6.0-setup.exe"
file = "$toolsDir\BleachBit-4.6.2-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.6.0</version>
<version>4.6.2</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.6.0]" />
<dependency id="bleachbit.install" version="[4.6.2]" />
</dependencies>
</metadata>
<files />
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-98-g60bdaca11e-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.6-alpha-99-gcff6de731a-win64.msi

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'

checksum64: AE1CF8D6D12D90700F6CBA60E0940CAA2A838601958F2888A35F25AF1D41CA5C
checksum64: 5A21560091985A1F7B02FCBFAAC971806288031CD11F5E001910302631CFA359

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.1",
"alpha": "2.6-alpha-98",
"alpha": "2.6-alpha-99",
"beta": "2.5-beta-59"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.6-alpha-98</version>
<version>2.6-alpha-99</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.6-alpha-98-g60bdaca11e-win64.msi"
file64 = "$toolsPath\mixxx-2.6-alpha-99-gcff6de731a-win64.msi"

softwareName = 'Mixxx *'

Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>114.0.5282.21</version>
<version>114.0.5282.86</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
- **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>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-114/#b5282.21</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-114/#b5282.86</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.21/win/Opera_114.0.5282.21_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.21/win/Opera_114.0.5282.21_Setup_x64.exe'
checksum = '81f9dc8af39a85629e56040a309e457a48aa6a1cb8850c3775c9cf61d6df9617'
checksum64 = 'e0676e14798238498be7074dec41bf98c05c0146fbf49ec1371c7a4ab19a3052'
url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.86/win/Opera_114.0.5282.86_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.86/win/Opera_114.0.5282.86_Setup_x64.exe'
checksum = '0de9fab84e864f387c78ba0c0e27584f490c52e8e472de37259dfe5859e97314'
checksum64 = 'd6b53be297829d5d14e644e1f2f005ae316abd03b2b5f8d8ba326da8e7e02330'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '114.0.5282.21'
$version = '114.0.5282.86'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit 2609723

Please sign in to comment.