Skip to content

Commit

Permalink
update known information for MariaDB 10.6 to version 10.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 17, 2024
1 parent 0eaf7f8 commit d3df6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/software/MariaDB_10_6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public MariaDB_10_6(bool autoGetNewer)
/// details about the software.</returns>
public override AvailableSoftware knownInfo()
{
const string version = "10.6.17";
const string version = "10.6.18";
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("MariaDB Server 10.6",
version,
Expand All @@ -53,7 +53,7 @@ public override AvailableSoftware knownInfo()
new InstallInfoMsi(
"https://downloads.mariadb.org/rest-api/mariadb/" + version + "/mariadb-" + version + "-winx64.msi",
HashAlgorithm.SHA256,
"45d88c989d5d2ec582697bf1b7369791eca82c9774b7f0bda8cdb55d7fbe9dd2",
"a7dbbb2d24110638b1700448b4e11a0107b85f8b44b7ac5436a7cee21be2e56c",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit d3df6eb

Please sign in to comment.