Skip to content

Commit

Permalink
update known information for TreeSize Free to version 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 31, 2023
1 parent e1b7bcc commit 09006ee
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,
"f975c3087f778fd847baad9d482d7f78df410f3ec29a729e6af4cb15528d448c",
"a73362664fbd8b5907b35bf37f16535e3b6e343ceb6672e82859655ffaaecd05",
signature,
"/VERYSILENT /NORESTART");
return new AvailableSoftware("TreeSize Free",
"4.7",
"4.7.1",
"^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 09006ee

Please sign in to comment.