mysql++ 3.2.1
Closes Homebrew/homebrew#34768. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7987fe39ad
commit
69a52e5d09
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Mysqlxx < Formula
|
||||
url 'http://tangentsoft.net/mysql++/releases/mysql++-3.2.0.tar.gz'
|
||||
homepage 'http://tangentsoft.net/mysql++/'
|
||||
sha1 '4bd50f5b8259b5f12e42d6a810e5941eaddaf24a'
|
||||
url 'http://tangentsoft.net/mysql++/releases/mysql++-3.2.1.tar.gz'
|
||||
sha1 '1ce5a4484b66d9852718412315e1409cafd8c397'
|
||||
|
||||
depends_on 'mysql-connector-c'
|
||||
|
||||
|
|
Loading…
Reference in a new issue