aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerin Stock2011-08-25 13:25:43 -0400
committerAdam Vandenberg2011-08-25 10:37:24 -0700
commit4dd372de9901763364d96290e05b13667c645587 (patch)
tree998bcf8eb68c97409406b0fc02648c35941c23a0
parent83b099bf27290f27fa2baf125aa31df7c954433e (diff)
downloadhomebrew-4dd372de9901763364d96290e05b13667c645587.tar.bz2
MariaDB 5.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 1075c07e9..818b9124e 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -3,9 +3,9 @@ require 'formula'
class Mariadb < Formula
# You probably don't want to have this and MySQL's formula linked at the same time
# Just saying.
- url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.2.7/kvm-tarbake-jaunty-x86/mariadb-5.2.7.tar.gz'
+ url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.2.8/kvm-tarbake-jaunty-x86/mariadb-5.2.8.tar.gz'
homepage 'http://mariadb.org/'
- md5 '06b9b102946a3606b38348c0ebf18367'
+ md5 '7b78be87df6a59ecd7a8c06a7e72eb83'
depends_on 'readline'