Skip to content

Commit

Permalink
AU: 3 updated - ccleaner chromium mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 14, 2023
1 parent bcb2255 commit 499b753
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>6.12.10490</version>
<version>6.13.10517</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup612.exe'
checksum = '0FC9F387C7CB11EB9A413E80EB9CFDFD6B0022D65D7231107C068BA28B59CF95'
url = 'https://download.ccleaner.com/ccsetup613.exe'
checksum = '58FFCCD47A2D1E0D1CE1EB4EFDFA27E33BBCE47A871A34235C2EBB3E2DD73349'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "116.0.5831.0-snapshots",
"snapshots": "116.0.5832.0-snapshots",
"stable": "114.0.5735.91"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>116.0.5831.0-snapshots</version>
<version>116.0.5832.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1157151/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1157054/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1157397/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1157394/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: D01CA7A29B65F73B8722D890D6067618A784AE4F920C869EB290A5F8C99DEE79
checksum64: A09A67D3E48D244D147B492A38A509F333951E55924E079A720D5919EB9055D1
checksum32: AEE40D75DE21D145522EADF13012EFE0B25FCD20275F5B0E5E80C6D525740261
checksum64: 674A79383D37E6BA0F39D83F63B61525AEFF6D97EB74D5D09453BD737B120DBB

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "116.0.5831.0-snapshots"
$version = "116.0.5832.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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.5-alpha-48-gd763be6061-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.5-alpha-49-gf4b1e27b64-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: 29C061E00D595B83A518FA4C7D9F7D54FBB5C551FE7051A57D057F3A09E8E33D
checksum64: 644FF681D727CFFB6EB5FDEA33DEA1EE68A48C4DC188C1E20D10753276F720BB

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.3.5",
"alpha": "2.5-alpha-48",
"alpha": "2.5-alpha-49",
"beta": "2.4-beta-7"
}
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.5-alpha-48</version>
<version>2.5-alpha-49</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.5-alpha-48-gd763be6061-win64.msi"
file64 = "$toolsPath\mixxx-2.5-alpha-49-gf4b1e27b64-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit 499b753

Please sign in to comment.