Skip to content

Commit

Permalink
update known information for Doxygen to version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 3, 2025
1 parent c2be2f8 commit e872d83
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.13.0-setup.exe",
"https://www.doxygen.nl/files/doxygen-1.13.1-setup.exe",
HashAlgorithm.SHA256,
"fe10ac31dce1fb4215bfb77c15bb05ce42acae821fb2f2c4d159c3a733bf991d",
"9dedb077a2c0627728241c88d8e9942891d67bbc791c452ab7be3b1df743b12c",
Signature.None,
"/VERYSILENT /NORESTART"
);

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

0 comments on commit e872d83

Please sign in to comment.