Skip to content

Commit

Permalink
mariadb 10.1.12
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#49526.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
makigumo authored and DomT4 committed Feb 25, 2016
1 parent 3867f8a commit d5ebdfe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/mariadb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Mariadb < Formula
desc "Drop-in replacement for MySQL"
homepage "https://mariadb.org/"
url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.11/source/mariadb-10.1.11.tar.gz"
sha256 "cd32927370343b4f14bcc6073bca163623c27843ae7bc59c8c6a9ebeda0325ce"
url "http://ftp.osuosl.org/pub/mariadb/mariadb-10.1.12/source/mariadb-10.1.12.tar.gz"
sha256 "795f466ac0e4df148981b85df735855d41614abaedcda51520a513a4ad60f4e7"

bottle do
sha256 "4e1cce301d858389bbd772f6fa4673290dc5a747c82db47f6f24f80b98b76b84" => :el_capitan
Expand Down Expand Up @@ -141,8 +141,6 @@ def install
s.gsub!("$(dirname $0)/wsrep_sst_common", "#{libexec}/wsrep_sst_common")
end
end
# remove non-executable from bin
rm bin+"maria_add_gis_sp.sql"
end

def post_install
Expand Down

0 comments on commit d5ebdfe

Please sign in to comment.