Commit a3871699 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #759 from uberhacker/update-goaccess-package

Update goaccess from 1.1.1 to 1.2
parents daaf0515 bc8385c7
......@@ -3,9 +3,9 @@ require 'package'
class Goaccess < Package
description 'GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.'
homepage 'https://goaccess.io/'
version '1.1.1'
source_url 'http://tar.goaccess.io/goaccess-1.1.1.tar.gz'
source_sha1 '8f79d90ea3e423f85aadf45528340a6547ab83f0'
version '1.2'
source_url 'http://tar.goaccess.io/goaccess-1.2.tar.gz'
source_sha1 '4c12796ff5afd14f359b1f638fc51c4007db1e3c'
depends_on 'openssl'
depends_on 'geoip'
......@@ -13,7 +13,7 @@ class Goaccess < Package
def self.build
system './configure \
--enable-geoip \
--enable-geoip=legacy \
--enable-utf8 \
--with-getline \
--with-openssl'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment