Skip to content

Commit

Permalink
update known information for Doxygen to version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 7, 2024
1 parent 9a54874 commit 1a6661f
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.11.0-setup.exe",
"https://www.doxygen.nl/files/doxygen-1.12.0-setup.exe",
HashAlgorithm.SHA256,
"b4761a654ce4ed46cc46bfb46f3f8c53812bdc84067ef3367b4089963718698a",
"8ae749da987dc289d57dc5ae5f08643b25ba91586a3842cafa08aafdbf0243d6",
Signature.None,
"/VERYSILENT /NORESTART"
);

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

0 comments on commit 1a6661f

Please sign in to comment.