Skip to content

Commit

Permalink
update known information for Calibre to version 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 9, 2024
1 parent b52e0b7 commit e7a2a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/software/Calibre.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ public override AvailableSoftware knownInfo()
}

var signature = new Signature(publisherX509, certificateExpiration);
const string knownVersion = "7.20.0";
const string knownVersion = "7.21.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"47a88aaed5785f06d2d189c5f85282654ce221ccaf3bd7c96ef7b5d84f3eaf9e",
"70666e905359c683e9eaf38477b13eed508d8981536f827eb992c736b6341973",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit e7a2a90

Please sign in to comment.