mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
release set to 3.6.1, libmaxminddb dep fix
This commit is contained in:
parent
8dee23dca0
commit
626c417294
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ class Ntopng < Formula
|
|||
homepage "https://www.ntop.org/products/traffic-analysis/ntop/"
|
||||
|
||||
stable do
|
||||
url "https://github.com/ntop/ntopng/archive/3.6.tar.gz"
|
||||
sha256 "43a90940936e6c7c39cb35c6e87ff4f1cd80b7620941686341fe1713421949cc"
|
||||
url "https://github.com/ntop/ntopng/archive/3.6.1.tar.gz"
|
||||
sha256 "3b2949d04d2b9a625f8ddfee24f5b0345fa648e135e8f947a389b599eb7117d0"
|
||||
|
||||
resource "nDPI" do
|
||||
url "https://github.com/ntop/nDPI/archive/2.4.tar.gz"
|
||||
|
|
@ -34,8 +34,8 @@ class Ntopng < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "zeromq" => :build
|
||||
depends_on "lua" => :build
|
||||
depends_on "libmaxminddb" => :build
|
||||
|
||||
depends_on "libmaxminddb"
|
||||
depends_on "geoip"
|
||||
depends_on "json-c"
|
||||
depends_on "mysql-client"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue