Skip to content

Commit

Permalink
AU: 2 updated - ccleaner flightgear
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 18, 2023
1 parent addcb0a commit 5bad668
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.16.10662</version>
<version>6.17.10746</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/ccsetup616.exe'
checksum = '918676B11500D15325EEB07013A16057E566B5DF419AD2C2C30C41DE50A001B5'
url = 'https://download.ccleaner.com/ccsetup617.exe'
checksum = 'C54DAF4F3E982AA7F065EF9413F29433D5414E02A9063F91B00CF37998A8A456'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/flightgear/flightgear.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>flightgear</id>
<version>2020.3.18</version>
<version>2020.3.19</version>
<title>FlightGear</title>
<owners>chocolatey-community</owners>
<authors>FlightGear Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flightgear/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'

$version = '2020.3.18'
$version = '2020.3.19'
$softwareName = "FlightGear v$version"

$packageArgs = @{
packageName = 'flightgear'
fileType = 'exe'
url = 'https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.18.exe/download'
url = 'https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.19.exe/download'

softwareName = $softwareName

Expand Down

0 comments on commit 5bad668

Please sign in to comment.