Skip to content

Commit

Permalink
update known information for TreeSize Free to version 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 8, 2024
1 parent 58577f2 commit 020d618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/software/TreeSizeFree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public override AvailableSoftware knownInfo()
var info = new InstallInfoExe(
"https://downloads.jam-software.de/treesize_free/TreeSizeFreeSetup.exe",
HashAlgorithm.SHA256,
"a1f1c58fd0798de51f3a5624530a6833bc91e85d0637bb870835ab3897e6b264",
"c685e16e86183d11c30407ee688dc5a6081e3ea1958d3b9b509bc36e3edbce07",
signature,
"/VERYSILENT /NORESTART");
return new AvailableSoftware("TreeSize Free",
"4.7.2",
"4.7.3",
"^TreeSize Free V[0-9]+\\.[0-9]+(\\.[0-9]+)?$",
"^TreeSize Free V[0-9]+\\.[0-9]+(\\.[0-9]+)?( \\(64 bit\\)( \\(64 Bit\\))?)?$",
info,
Expand Down

0 comments on commit 020d618

Please sign in to comment.