Skip to content

Commit

Permalink
update known information for PDF24 Creator to version 11.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 23, 2023
1 parent 4e3e0a9 commit 8561140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updater/software/Pdf24Creator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ public override AvailableSoftware knownInfo()
var signature = new Signature(publisherX509, certificateExpiration);

return new AvailableSoftware("PDF24 Creator",
"11.15.0",
"11.15.1",
"^PDF24 Creator$",
"^PDF24 Creator$", // 64 bit version uses same pattern as 32 bit.
new InstallInfoMsi(
"https://download.pdf24.org/pdf24-creator-11.15.0-x86.msi",
"https://download.pdf24.org/pdf24-creator-11.15.1-x86.msi",
HashAlgorithm.SHA256,
"3CD161F18F5139E8803F06B55D3CEC53223588E08EAB65C3063F519CFC89EB80",
"A28F2E71D36C9B2E69308777C90175F82999F1E6540C3E82DCD3450E4A6EC256",
signature, getOptions() + " /qn /norestart"),
new InstallInfoMsi(
"https://download.pdf24.org/pdf24-creator-11.15.0-x64.msi",
"https://download.pdf24.org/pdf24-creator-11.15.1-x64.msi",
HashAlgorithm.SHA256,
"229DD9676FFFAF11FF246DEE29DB2D98F6BAB0B18236A0779AA9444C1C30AC34",
"2619A6B379D35A4247DB81DD372F9F4B07898477A04B48C146C81C2C56E41EE7",
signature, getOptions() + " /qn /norestart")
);
}
Expand Down

0 comments on commit 8561140

Please sign in to comment.