Skip to content

Commit

Permalink
update known information for Calibre to version 7.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 14, 2025
1 parent 156fbb1 commit 86997b0
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.25.0";
const string knownVersion = "7.26.0";
InstallInfo info64 = new InstallInfoMsi(
"https://download.calibre-ebook.com/" + knownVersion + "/calibre-64bit-" + knownVersion + ".msi",
HashAlgorithm.SHA256,
"fa287a31151409ea42b6cc91f8fc1d062dc97e1da7db0842d681f97cd0e98fd2",
"f737537b4df4bdc9ef15e9c24a68ad6423f4c300ba82341062f734dfda138c37",
signature,
"/qn /norestart"
);
Expand Down

0 comments on commit 86997b0

Please sign in to comment.