diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/influxdb.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb index 31f80f5b2..ec3e53a2f 100644 --- a/Library/Formula/influxdb.rb +++ b/Library/Formula/influxdb.rb @@ -5,6 +5,12 @@ class Influxdb < Formula url "http://get.influxdb.org/influxdb-0.3.2.src.tar.gz" sha1 "6b730a75e6694abd5e913b4ad08936f7661569bd" + bottle do + sha1 '9cc355279cf466f4ebc5704287c255c1d0312093' => :mavericks + sha1 'ffb246bf0923ca28b31db256b259b95a96f81f80' => :mountain_lion + sha1 '9f43d93ebfd3b8dd1c9d4d43f600d38504be2d66' => :lion + end + depends_on "leveldb" depends_on "protobuf" => :build depends_on "bison" => :build |
