diff --git a/Formula/geoip.rb b/Formula/geoip.rb index 1aeb952155..45d0047cf5 100644 --- a/Formula/geoip.rb +++ b/Formula/geoip.rb @@ -6,6 +6,13 @@ class Geoip < Formula sha1 '41ed21fb2d40e54648cae2a1f73e8a5210676def' head 'https://github.com/maxmind/geoip-api-c.git' + bottle do + cellar :any + sha1 "f342950837e46ac3ba90be79c77c8c770fbc9c2d" => :mavericks + sha1 "f3b27eb5aef8815b2c01f03938e5c8f7af8d1371" => :mountain_lion + sha1 "a39b59af4ee01c7a1e224e9d98ee83d2230f7993" => :lion + end + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'libtool' => :build