aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-07-25 02:25:32 +0100
committerJack Nagel2014-07-24 20:58:53 -0500
commit244559ffc217bc1b225e963af107c4f693df7800 (patch)
tree4308916725fe9880f1f4667a22ba50b21198b81f /Library/Formula
parentdb579985712286438bc6a15807a63f809d5c95fb (diff)
downloadhomebrew-244559ffc217bc1b225e963af107c4f693df7800.tar.bz2
geoipupdate: add 2.0.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/geoipupdate.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/geoipupdate.rb b/Library/Formula/geoipupdate.rb
index 5069f6476..d31cc7fcc 100644
--- a/Library/Formula/geoipupdate.rb
+++ b/Library/Formula/geoipupdate.rb
@@ -5,6 +5,12 @@ class Geoipupdate < Formula
url "https://github.com/maxmind/geoipupdate/releases/download/v2.0.2/geoipupdate-2.0.2.tar.gz"
sha1 "14274698cacb5468475a008b8db61e162ff1ce73"
+ bottle do
+ sha1 "583c8a6af265daf2ff07abeb0e2d77ac028814e8" => :mavericks
+ sha1 "67dee561ce6c78297fe1206e67fe661c8b61a213" => :mountain_lion
+ sha1 "b653b2c88c8a4316de87b66147c00180a4b7a6f4" => :lion
+ end
+
head do
url "https://github.com/maxmind/geoipupdate.git"
depends_on "autoconf" => :build