diff options
| author | BrewTestBot | 2014-06-12 10:40:20 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-06-12 12:33:00 +0100 | 
| commit | 60ede6420f0638266d37a46500a8fb212f0c3a24 (patch) | |
| tree | cff4b3aae28fb4e974b09ea48bbc71ee6bc678f5 | |
| parent | 54629e73eaf585117592bf592200e6a3840539d6 (diff) | |
| download | homebrew-60ede6420f0638266d37a46500a8fb212f0c3a24.tar.bz2 | |
goaccess: add 0.8 bottle.
Closes #30089.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/goaccess.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/goaccess.rb b/Library/Formula/goaccess.rb index 5ea9af387..af692afee 100644 --- a/Library/Formula/goaccess.rb +++ b/Library/Formula/goaccess.rb @@ -5,6 +5,12 @@ class Goaccess < Formula    url 'http://tar.goaccess.io/goaccess-0.8.tar.gz'    sha1 '8c220e7e65a6e45ae5a2221e241e976d07c23def' +  bottle do +    sha1 "081452df0eca44ca9d59591985956090087654e8" => :mavericks +    sha1 "a74a803534ae1050fea03429b11bb298909ab218" => :mountain_lion +    sha1 "3a327d75218841c39c356f7c03c8a03212920314" => :lion +  end +    option 'enable-geoip', "Enable IP location information using GeoIP"    head do  | 
