From d4c3c43fd0fce3109dfcba04d4b0621b55580177 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Fri, 15 Jan 2016 10:01:16 +0100 Subject: [PATCH] percona-server 5.6.28-76.1 Closes Homebrew/homebrew#47756. Signed-off-by: Dominyk Tiller --- Formula/percona-server.rb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Formula/percona-server.rb b/Formula/percona-server.rb index 477b4bbe7f..40d91a80ff 100644 --- a/Formula/percona-server.rb +++ b/Formula/percona-server.rb @@ -1,9 +1,9 @@ class PerconaServer < Formula desc "Drop-in MySQL replacement" homepage "https://www.percona.com" - url "https://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.25-73.1/source/tarball/percona-server-5.6.25-73.1.tar.gz" - version "5.6.25-73.1" - sha256 "5a0d88465e4bb081e621b06bc943fafadb4c67a2cca50839b44fcd94ae793b50" + url "https://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.28-76.1/source/tarball/percona-server-5.6.28-76.1.tar.gz" + version "5.6.28-76.1" + sha256 "ab8ab794a58a82132645ae84b74de91c7f9a5bcf81f2162628ce8976a00a4fd4" bottle do sha256 "6cb0507097b26b45397a762a473614635fd354817cc906a02d28ec1ea97ac150" => :el_capitan @@ -86,6 +86,10 @@ class PerconaServer < Formula -DWITHOUT_DIALOG=1 ] + # TokuDB is broken on MacOsX + # https://bugs.launchpad.net/percona-server/+bug/1531446 + args.concat %W[-DWITHOUT_TOKUDB=1] + # To enable unit testing at build, we need to download the unit testing suite if build.with? "test" args << "-DENABLE_DOWNLOADS=ON"