Skip to content

Commit

Permalink
update known information for HeidiSQL to version 12.6.0.6765
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 5, 2023
1 parent 079d8cf commit 9ed1652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions updater/software/HeidiSQL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ public HeidiSQL(bool autoGetNewer)
public override AvailableSoftware knownInfo()
{
var installer = new InstallInfoExe(
"https://www.heidisql.com/installers/HeidiSQL_12.5.0.6677_Setup.exe",
"https://www.heidisql.com/installers/HeidiSQL_12.6.0.6765_Setup.exe",
HashAlgorithm.SHA1,
"b32416085d469169eb28be08f9d58f9ea7466a70",
"334d89c7b6c25e8750aaf425a13cc988b9dfa3dd",
new Signature(publisherX509, certificateExpiration),
"/VERYSILENT /NORESTART");
return new AvailableSoftware("HeidiSQL",
"12.5.0.6677",
"12.6.0.6765",
"^HeidiSQL [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$",
"^HeidiSQL [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$",
// 32 bit installer
Expand Down

0 comments on commit 9ed1652

Please sign in to comment.