Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/wfproxy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Wfproxy < Formula
homepage "https://www.wavefront.com"
url "https://wavefront-cdn.s3.us-west-2.amazonaws.com/brew/wavefront-proxy-12.0.0.zip"
sha256 "98df3188e07fcfb888b215f7787f48ea8885c19dc1b7eff186efac5a2875d090"
sha256 "0022bd3dcde2ab8d12e71796e8805244045401228bcf5a03befba0dd80f6f4a9"

depends_on "telegraf" => :optional
depends_on "java11" => :recommended
Expand Down
2 changes: 1 addition & 1 deletion Formula/wfproxynext.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Wfproxynext < Formula
homepage "https://www.wavefront.com"
url "https://wavefront-cdn.s3.us-west-2.amazonaws.com/brew/wavefront-proxy-12.0.0.zip"
sha256 "98df3188e07fcfb888b215f7787f48ea8885c19dc1b7eff186efac5a2875d090"
sha256 "0022bd3dcde2ab8d12e71796e8805244045401228bcf5a03befba0dd80f6f4a9"

depends_on "telegraf" => :optional
depends_on "java11" => :recommended
Expand Down