Skip to content

Commit

Permalink
update known information for MariaDB 10.11 to version 10.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 17, 2024
1 parent d3df6eb commit 0e4edcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/software/MariaDB_10_11.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public MariaDB_10_11(bool autoGetNewer)
/// details about the software.</returns>
public override AvailableSoftware knownInfo()
{
const string version = "10.11.7";
const string version = "10.11.8";
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("MariaDB Server 10.11",
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,
"2b0fc795146b431224ab7f21cd69cef723edb285acf2d5ac668d54eb7dca48da",
"d7145c8bd970890e6b29fca61d8a4423a309b5239960fc85409a76e82b30e434",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit 0e4edcd

Please sign in to comment.