aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDan2014-09-23 14:52:46 +0200
committerJack Nagel2014-10-13 23:33:23 -0500
commit6421344b5853c04f96f53d18f8abe86c91b5f5f0 (patch)
tree10458ecc3c18c17d8ec6bd92a1bbe896ec41f872 /Library
parent86226a6f8ae8a14d77b7466ef8a0d80e944a02a5 (diff)
downloadhomebrew-6421344b5853c04f96f53d18f8abe86c91b5f5f0.tar.bz2
mariadb 10.0.14
Closes #33148. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mariadb.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 2920a387b..e8fdbb2c8 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mariadb < Formula
homepage 'http://mariadb.org/'
- url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.13/source/mariadb-10.0.13.tar.gz"
- sha1 "3ede106603eeb348d5a70274d806760b8f37eaeb"
+ url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.14/source/mariadb-10.0.14.tar.gz"
+ sha1 "46dc0b66567ff9d4e3a32d9d4b3c9ef250a6fc9e"
bottle do
sha1 "88c369ec2a241bd233d43a2b665a89794dcc6f99" => :mavericks
@@ -28,6 +28,13 @@ class Mariadb < Formula
conflicts_with 'mysql-connector-c',
:because => 'both install MySQL client libraries'
+ # upstream fix for compile error, to be removed with 1.0.15
+ # https://mariadb.atlassian.net/browse/MDEV-6802
+ patch :p0 do
+ url "https://bazaar.launchpad.net/~maria-captains/maria/10.0-connect/diff/4424"
+ sha1 "06dee7edd4a37a072454a7e0218886d33bffdceb"
+ end
+
def install
# Don't hard-code the libtool path. See:
# https://github.com/Homebrew/homebrew/issues/20185