Skip to content

Commit

Permalink
update known information for Doxygen to version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Dec 28, 2024
1 parent 571d5f9 commit 5cad01a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/Doxygen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ public Doxygen(bool autoGetNewer)
public override AvailableSoftware knownInfo()
{
InstallInfo info = new InstallInfoExe(
"https://www.doxygen.nl/files/doxygen-1.12.0-setup.exe",
"https://www.doxygen.nl/files/doxygen-1.13.0-setup.exe",
HashAlgorithm.SHA256,
"8ae749da987dc289d57dc5ae5f08643b25ba91586a3842cafa08aafdbf0243d6",
"fe10ac31dce1fb4215bfb77c15bb05ce42acae821fb2f2c4d159c3a733bf991d",
Signature.None,
"/VERYSILENT /NORESTART"
);

return new AvailableSoftware("Doxygen",
"1.12.0",
"1.13.0",
"^doxygen [0-9]+\\.[0-9]+\\.[0-9]+$",
"^doxygen [0-9]+\\.[0-9]+\\.[0-9]+$",
info,
Expand Down

0 comments on commit 5cad01a

Please sign in to comment.