File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11class Libtrace < Formula
22 desc "Library for trace processing supporting multiple inputs"
33 homepage "https://github.com/LibtraceTeam/libtrace"
4- url "https://github.com/LibtraceTeam/libtrace/archive/refs/tags/4.0.26 -1.tar.gz"
5- version "4.0.26 "
6- sha256 "8174322a0ca44398addf7dfabea926876ef0b88ea453023c8bd6749ac0333cab "
4+ url "https://github.com/LibtraceTeam/libtrace/archive/refs/tags/4.0.27 -1.tar.gz"
5+ version "4.0.27 "
6+ sha256 "68441ff9152f4c52f094480320417b2a157dd8e7f3532a619ec5bb890ea949bf "
77 license all_of : [ "GPL-2.0-or-later" , "LGPL-3.0-or-later" ]
88
99 livecheck do
@@ -35,6 +35,7 @@ class Libtrace < Formula
3535 uses_from_macos "bison" => :build
3636 uses_from_macos "flex" => :build
3737 uses_from_macos "libpcap"
38+ uses_from_macos "ncurses"
3839
3940 resource "homebrew-8021x.pcap" do
4041 url "https://github.com/LibtraceTeam/libtrace/raw/9e82eabc39bc491c74cc4215d7eda5f07b85a8f5/test/traces/8021x.pcap"
You can’t perform that action at this time.
0 commit comments