aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJames Aitken2014-04-02 14:15:29 +0100
committerMike McQuaid2014-04-02 14:36:15 +0100
commit9bd88820533d663ea4fc5dd1d8a4639cb1ee3848 (patch)
tree34ae4fa7efd50dcf0639b529e06a8dcacdf23ffb /Library
parent740d147c34f17e4627e07c80c32051ca35e92d05 (diff)
downloadhomebrew-9bd88820533d663ea4fc5dd1d8a4639cb1ee3848.tar.bz2
maraiadb 10.0.10 - stable
MariaDB 10.0.10 is a stable release, not a development one. Refs: https://downloads.mariadb.org/mariadb/ https://blog.mariadb.org/the-mariadb-foundation-announces-general-availability-of-mariadb-10/ https://github.com/Homebrew/homebrew/pull/28005#issuecomment-39135332
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mariadb.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 2bd1042d0..f797041b8 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-5.5.36/kvm-tarbake-jaunty-x86/mariadb-5.5.36.tar.gz'
- sha1 'a6091356ffe524322431670ad03d68c389243d04'
+ url 'http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.10/kvm-tarbake-jaunty-x86/mariadb-10.0.10.tar.gz'
+ sha1 '59e222bd261128aff89c216dc100d5bcc8c5acc4'
bottle do
sha1 "46a842d51c95aa8e6463f373e7312d28c2d89192" => :mavericks
@@ -11,11 +11,6 @@ class Mariadb < Formula
sha1 "61b9289369f12ba10edd77e2cbe2d54ab7fb8396" => :lion
end
- devel do
- url 'http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.10/kvm-tarbake-jaunty-x86/mariadb-10.0.10.tar.gz'
- sha1 '59e222bd261128aff89c216dc100d5bcc8c5acc4'
- end
-
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion