Skip to content

Commit

Permalink
update known information for Calibre to version 7.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Dec 20, 2024
1 parent f28a978 commit ac9ffec
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.22.0";
const string knownVersion = "7.23.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"e5f2653f4f97d8a4f92048125cec23e30b8dcb04d1b452b31b13ef0f17400050",
"637a9f20980efab3de6205316ebbc9509373833b89a5fd840a45028e66144b26",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit ac9ffec

Please sign in to comment.