diff options
| author | BrewTestBot | 2014-12-08 04:10:48 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-12-07 23:33:09 -0500 |
| commit | 9dfb8399e5091a79fe38ea7f7c3a4e12e08482a2 (patch) | |
| tree | b7769d0ea28cad24d8be54e893f7f6a43b1a43ec /Library/Formula | |
| parent | 575d2210cee6af41769c86679eb40b4a2764c1fe (diff) | |
| download | homebrew-9dfb8399e5091a79fe38ea7f7c3a4e12e08482a2.tar.bz2 | |
mysql++: add 3.2.1 bottle.
Diffstat (limited to 'Library/Formula')
| -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 |
