Skip to content

Commit 3ef7ae0

Browse files
BrewTestBotstefanb
authored andcommitted
libtrace 4.0.27
1 parent f565b85 commit 3ef7ae0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/lib/libtrace.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class 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"

0 commit comments

Comments
 (0)