aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mariadb.rb
diff options
context:
space:
mode:
authorBernhard Valenti2013-03-12 21:04:08 -0400
committerAdam Vandenberg2013-03-12 18:26:55 -0700
commita6e61a383e9b09c8fdd4a1418f2b101637aa0a74 (patch)
tree40cf9d0b0f241fd78ac7e936b8f558be7cc41af7 /Library/Formula/mariadb.rb
parentc3f58cde5f3c7f8cdf19669cc7cead674b3da7f8 (diff)
downloadhomebrew-a6e61a383e9b09c8fdd4a1418f2b101637aa0a74.tar.bz2
mariadb 5.5.30
Closes #18445. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mariadb.rb')
-rw-r--r--Library/Formula/mariadb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 0302685dc..eb6da42ed 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.29/kvm-tarbake-jaunty-x86/mariadb-5.5.29.tar.gz'
- sha1 '4548876e9c6a17a8d11e4e585d9d05b6fbcf4654'
+ url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.30/kvm-tarbake-jaunty-x86/mariadb-5.5.30.tar.gz'
+ sha1 'aa0cb78b8d709d765e4a58953ecdceefc48af5a7'
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion