mysql-connector-c 6.1.3

Update to latest version. In order to get this lib to build on Mavericks,
I had to use the workaround documented here http://bugs.mysql.com/bug.php?id=70751

mysql-connector-c: v 6.1.3 compiles with libc++

Closes Homebrew/homebrew#25262.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
asaph 2013-12-16 09:38:22 -08:00 committed by Mike McQuaid
parent 52bf3d739d
commit 726c572568
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
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.2.tar.gz'
sha1 '4c1369953258d040d27ec3a0c29ef0b71c357a17'
homepage 'http://dev.mysql.com/downloads/connector/c/'
url 'http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.3-src.tar.gz'
sha1 'd70392aafb9ddeddd797c8131898e8727f904898'
depends_on 'cmake' => :build