Skip to content

Commit

Permalink
update known information for Calibre to version 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 24, 2024
1 parent a031f3f commit 7e53799
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.10.0";
const string knownVersion = "7.11.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"85b196197933f0594661e444b57052ce73e0230f8f05a938c203ae03c844d341",
"21a00ad5b4b06bd12fdd2851b847efe8c67cb01f10bb0e901d875278a7dd9dbb",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit 7e53799

Please sign in to comment.