Skip to content

Commit

Permalink
update known information for Calibre to version 6.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 22, 2023
1 parent 7622bfb commit c59060f
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 = "6.26.0";
const string knownVersion = "6.27.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"d482be68707f6d005ed717b736a6896a9cc8b3f5ce0f05f03cd8a039c6c10a03",
"fd65eb0b31095c7efbea457179d933eb263334feda1e35d5b16b3717e5888bf3",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit c59060f

Please sign in to comment.