diff options
Diffstat (limited to 'Library/Formula/mysql++.rb')
| -rw-r--r-- | Library/Formula/mysql++.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/mysql++.rb b/Library/Formula/mysql++.rb index 298690e76..8a6cafacc 100644 --- a/Library/Formula/mysql++.rb +++ b/Library/Formula/mysql++.rb @@ -5,6 +5,14 @@ class Mysqlxx < Formula url 'http://tangentsoft.net/mysql++/releases/mysql++-3.2.1.tar.gz' sha1 '1ce5a4484b66d9852718412315e1409cafd8c397' + bottle do + cellar :any + sha1 "51f59174988a858aabde99fbb4bee90da14b3f05" => :yosemite + sha1 "8efb125df0553a8c7e764c02846e258f8de73ebd" => :mavericks + sha1 "9fedd7c2ae4b463a0ff730e29a0e493274896d2b" => :mountain_lion + end + + depends_on 'mysql-connector-c' def install |
