mariadb --devel 10.0.2
Closes Homebrew/homebrew#20106. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7b8329b009
commit
9537171a71
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ class Mariadb < Formula
|
|||
url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.30/kvm-tarbake-jaunty-x86/mariadb-5.5.30.tar.gz'
|
||||
sha1 'aa0cb78b8d709d765e4a58953ecdceefc48af5a7'
|
||||
|
||||
devel do
|
||||
url 'http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.2/kvm-tarbake-jaunty-x86/mariadb-10.0.2.tar.gz'
|
||||
sha1 '17deec36fd26124c357d43d520199c115c46caa1'
|
||||
end
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'pidof' unless MacOS.version >= :mountain_lion
|
||||
|
||||
|
|
Loading…
Reference in a new issue