diff options
Diffstat (limited to 'Library/Formula')
| -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 |
