Skip to content

Commit

Permalink
update known information for CCleaner to version 6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 23, 2024
1 parent 67a92f8 commit a031f3f
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/ccsetup623.exe",
"https://download.ccleaner.com/ccsetup624.exe",
HashAlgorithm.SHA256,
"9bd6c5d7d1963c728809fa0150ec876251aa7541bb95f2e4dc9b13189e2b6272",
"11b20dd90c0c56a1112e11e0048ac2923b8dbcf863d8345486fe7538e2eaa390",
signature,
"/S");
return new AvailableSoftware("CCleaner",
"6.23",
"6.24",
"^CCleaner+$",
"^CCleaner+$",
// CCleaner uses the same installer for 32 and 64 bit.
Expand Down

0 comments on commit a031f3f

Please sign in to comment.