Skip to content

Commit

Permalink
update known information for HeidiSQL to version 12.7.0.6850
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 6, 2024
1 parent 252a847 commit 6405e3e
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.6.0.6765_Setup.exe",
"https://www.heidisql.com/installers/HeidiSQL_12.7.0.6850_Setup.exe",
HashAlgorithm.SHA1,
"334d89c7b6c25e8750aaf425a13cc988b9dfa3dd",
"a7ff64d7fea5cb5dd9a507ec4b36cde2a9c816cc",
new Signature(publisherX509, certificateExpiration),
"/VERYSILENT /NORESTART");
return new AvailableSoftware("HeidiSQL",
"12.6.0.6765",
"12.7.0.6850",
"^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 6405e3e

Please sign in to comment.