aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql-connector-c.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-22 13:14:00 -0700
committerMax Howell2009-09-25 19:22:01 +0100
commit618ae3eb1d9f923148bbfbce2354be97d0cc6c58 (patch)
treeaf1e1d51c947da62db9dddcacd20052c2df7d203 /Library/Formula/mysql-connector-c.rb
parent578faed9107bfc65aa348e150e07c1e13f18e270 (diff)
downloadhomebrew-618ae3eb1d9f923148bbfbce2354be97d0cc6c58.tar.bz2
Bump MysqlConnectorC to 6.0.2
Diffstat (limited to 'Library/Formula/mysql-connector-c.rb')
-rw-r--r--Library/Formula/mysql-connector-c.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb
index 580b6f5a6..f1b767696 100644
--- a/Library/Formula/mysql-connector-c.rb
+++ b/Library/Formula/mysql-connector-c.rb
@@ -2,8 +2,8 @@ require 'brewkit'
class MysqlConnectorC <Formula
@homepage='http://dev.mysql.com/downloads/connector/c/6.0.html'
- @url='http://mysql.llarian.net/Downloads/Connector-C/mysql-connector-c-6.0.1.tar.gz'
- @md5='348a869fa72957062ea4e7ad3865623c'
+ @url='http://mysql.llarian.net/Downloads/Connector-C/mysql-connector-c-6.0.2.tar.gz'
+ @md5='67e478df66e8f66536e54388cfa29854'
depends_on 'cmake'