Skip to content

Commit

Permalink
update known information for CCleaner to version 6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 19, 2024
1 parent c73a8ff commit a5fb036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/CCleaner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
var installer = new InstallInfoExe(
"https://download.ccleaner.com/ccsetup627.exe",
"https://download.ccleaner.com/ccsetup628.exe",
HashAlgorithm.SHA256,
"905584e9cfbce5bf1d8d11372cfb6ce17d42a21f8869312a64ebca209cf4f467",
"9c65eb247631a4140f59f8500fb0ebb05afa0f1c9bc999905a0c960a43aba313",
signature,
"/S");
return new AvailableSoftware("CCleaner",
"6.27",
"6.28",
"^CCleaner+$",
"^CCleaner+$",
// CCleaner uses the same installer for 32 and 64-bit.
Expand Down

0 comments on commit a5fb036

Please sign in to comment.