aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authormakigumo2014-11-25 09:43:59 +0100
committerMike McQuaid2014-11-25 10:15:38 +0000
commite9891aa7d9ac03b5e3bb31e2c475621ac55afe1d (patch)
tree32f34b02686b3df183cf450a4b59ca6c002538f1 /Library/Formula
parent7ce5cbca2197f4568f36a3de52fe05b304d5bb1b (diff)
downloadhomebrew-e9891aa7d9ac03b5e3bb31e2c475621ac55afe1d.tar.bz2
mariadb 10.0.15
Closes #34435. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mariadb.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 8172de816..e1937124d 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -2,9 +2,8 @@ require 'formula'
class Mariadb < Formula
homepage 'http://mariadb.org/'
- url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.14/source/mariadb-10.0.14.tar.gz"
- sha1 "46dc0b66567ff9d4e3a32d9d4b3c9ef250a6fc9e"
- revision 1
+ url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.15/source/mariadb-10.0.15.tar.gz"
+ sha1 "edd8ba315fffa727b52833df453ac9b88961130e"
bottle do
sha1 "9e59fc98a660442128144a8d0fa45b2345b7d41e" => :yosemite
@@ -30,13 +29,6 @@ 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