Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] 11.1.4 #162559

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions Formula/m/[email protected]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MariadbAT111 < Formula
desc "Drop-in replacement for MySQL"
homepage "https://mariadb.org/"
url "https://archive.mariadb.org/mariadb-11.1.3/source/mariadb-11.1.3.tar.gz"
sha256 "ad3aa6ae478179275ecb28e3ed8a578f2004f084e14409727c0bf04975ace36c"
url "https://archive.mariadb.org/mariadb-11.1.4/source/mariadb-11.1.4.tar.gz"
sha256 "8f6473368a67b1a615f7a5c3af151b78744af058c3e406a9b4d3b8eb4055f97b"
license "GPL-2.0-only"

livecheck do
Expand Down Expand Up @@ -55,6 +55,13 @@ class MariadbAT111 < Formula

fails_with gcc: "5"

# upstream patch ref, https://github.com/MariaDB/server/pull/3064
# remove when it got merged and released
patch do
url "https://github.com/MariaDB/server/commit/3624a36aed0346380255b141cb8a59998aaca4ee.patch?full_index=1"
sha256 "c9d0aa64b34c43ac9e3077d74c18532125c459d9d867ade69ce283d27b595b22"
end

def install
ENV.cxx11

Expand Down
Loading