aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-02-23 12:04:53 +0000
committerBrewTestBot2014-02-23 12:04:53 +0000
commitec5a7352b3214033d0a1caef57b7d59438488366 (patch)
tree192b166285a918c16997d75bdb8d2d6154a007cf /Library/Formula
parenta91acf92ce2b2224a85a965817dbfefb7e557500 (diff)
downloadhomebrew-ec5a7352b3214033d0a1caef57b7d59438488366.tar.bz2
geoip: add 1.6.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/geoip.rb7
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