Skip to content

Commit

Permalink
update known information for Calibre to version 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 29, 2024
1 parent 4ea72e2 commit c14e0ce
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.21.0";
const string knownVersion = "7.22.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"70666e905359c683e9eaf38477b13eed508d8981536f827eb992c736b6341973",
"e5f2653f4f97d8a4f92048125cec23e30b8dcb04d1b452b31b13ef0f17400050",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit c14e0ce

Please sign in to comment.