Skip to content

Commit 6b3f9bb

Browse files
BrewTestBotchenrui333
authored andcommitted
netdata 2.4.0
netdata: needs dlib Signed-off-by: Rui Chen <[email protected]>
1 parent 3304d49 commit 6b3f9bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Formula/n/netdata.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Netdata < Formula
22
desc "Diagnose infrastructure problems with metrics, visualizations & alarms"
33
homepage "https://www.netdata.cloud/"
4-
url "https://github.com/netdata/netdata/releases/download/v2.3.2/netdata-v2.3.2.tar.gz"
5-
sha256 "ae0ff66a4f9ea44ef4e51fbb331040508f1c12c7f6311bff347fe139870e5dd4"
4+
url "https://github.com/netdata/netdata/releases/download/v2.4.0/netdata-v2.4.0.tar.gz"
5+
sha256 "3349c893cad070273ed78334b29fbd4d320044f352e55c0881eb59033143711a"
66
license "GPL-3.0-or-later"
77

88
livecheck do
@@ -24,6 +24,7 @@ class Netdata < Formula
2424
depends_on "go" => :build
2525
depends_on "pkgconf" => :build
2626
depends_on "abseil"
27+
depends_on "dlib"
2728
depends_on "json-c"
2829
depends_on "libuv"
2930
depends_on "libyaml"

0 commit comments

Comments
 (0)