mysql-connector-c++ 1.1.3
Closes Homebrew/homebrew#24156. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b03661fc64
commit
fa308f958f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class MysqlConnectorCxx < Formula
|
||||
homepage 'http://dev.mysql.com/downloads/connector/cpp/'
|
||||
url 'http://mysql.he.net/Downloads/Connector-C++/mysql-connector-c++-1.1.0.tar.gz'
|
||||
sha1 '9e8dd8025b5ef9707d3c1746dff6e8209198c5a2'
|
||||
url 'http://mysql.he.net/Downloads/Connector-C++/mysql-connector-c++-1.1.3.tar.gz'
|
||||
sha1 'b817dccf3a4e340b6a972028ceb7eededaaebd6f'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'boost' => :build
|
||||
|
|
Loading…
Reference in a new issue