Skip to content

Commit

Permalink
AU: 4 updated - ccleaner googlechromebeta mixxx tor-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 8, 2021
1 parent 1c88117 commit 846da8f
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.84.9126</version>
<version>5.84.9143</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ccleaner/tools/chocolateyInstall.ps1
Expand Up @@ -23,7 +23,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup584.exe'
checksum = 'BDC3E1F9F29969CE316B8A3A9EE4C939F832BE92E59937057A8FD9C995EC43C1'
checksum = '82BF6DCF0436F738D8C41D256BAE51F136D3C5F3DF48EC8EF4FAEF1ED1E14B02'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>94.0.4606.31-beta</version>
<version>94.0.4606.41-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '94.0.4606.31-beta'
$version = '94.0.4606.41-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '605be5620c6383725fadcbe8c884585b747a74dad03d870034d03768c214f666'
checksum64 = 'ca041e2863724d5bb1671d6f0d56e416cbf291ddab116a2fbf0443c9e4b0ade7'
checksum = '9e55afdeec4553d6a988bf44fc46f0702d7a2c591d0abef8f80fc19fbcb4eb92'
checksum64 = 'e9fdad8223c62b72640e12b636b4f5578d88a8562ccde629a8a494b99b2c50b5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
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.4-alpha-793-g169cd3e4ac-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-799-g72530a6113-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: E66AC2E15B333B6E36D3D947350030D99CB018F752BEFF79CC5D8AD837708ACF
checksum64: 856E5257F3F7AAF3D36FDE0AA7C51C7257FA6F6AE696C2B16327F75B91F4E144

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
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-793"
"alpha": "2.4-alpha-799"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-793</version>
<version>2.4-alpha-799</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
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.4-alpha-793-g169cd3e4ac-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-799-g72530a6113-win64.msi"

softwareName = 'Mixxx *'

Expand Down
72 changes: 36 additions & 36 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>tor-browser</id>
<version>10.5.5</version>
<version>10.5.6</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down

0 comments on commit 846da8f

Please sign in to comment.