Skip to content

Commit

Permalink
update known information for HeidiSQL to version 12.9.0.6999
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 18, 2025
1 parent 686149b commit c693949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions updater/software/HeidiSQL.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the updater command line interface.
Copyright (C) 2022, 2023, 2024 Dirk Stolle
Copyright (C) 2022, 2023, 2024, 2025 Dirk Stolle
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down 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.8.0.6908_Setup.exe",
"https://www.heidisql.com/installers/HeidiSQL_12.9.0.6999_Setup.exe",
HashAlgorithm.SHA1,
"bc7c87eac38ca73dfd479a3033d243d04c1981d6",
"c2705061d97ac9739d8be1689e54fa7eb67b028b",
new Signature(publisherX509, certificateExpiration),
"/VERYSILENT /NORESTART");
return new AvailableSoftware("HeidiSQL",
"12.8.0.6908",
"12.9.0.6999",
"^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 c693949

Please sign in to comment.