diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geoip.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index 1aeb95215..45d0047cf 100644 --- a/Library/Formula/geoip.rb +++ b/Library/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 |
