Skip to content

Commit

Permalink
Merge pull request Homebrew#163068 from krehel/bump-nfdump-1.7.4
Browse files Browse the repository at this point in the history
nfdump 1.7.4
  • Loading branch information
BrewTestBot authored Feb 17, 2024
2 parents 0a7ae8d + 735337b commit f75a9b4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/n/nfdump.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
class Nfdump < Formula
desc "Tools to collect and process netflow data on the command-line"
homepage "https://github.com/phaag/nfdump"
url "https://github.com/phaag/nfdump/archive/refs/tags/v1.7.3.tar.gz"
sha256 "9ea7e1ded34a81839b73e66cb62c9bc11a8070210584f9a508798d7bd6058c89"
url "https://github.com/phaag/nfdump/archive/refs/tags/v1.7.4.tar.gz"
sha256 "8cf76ad0b4e3c1e7edf9532ec7508b11f125adcfcdac5010fd7eec8fe792cfd8"
license "BSD-3-Clause"
head "https://github.com/phaag/nfdump.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "29e9ad6c311b8b90a3c58d9fab6b77ccf9c5ed20c79be3870ab6739012b2e07c"
sha256 cellar: :any, arm64_ventura: "50eeb03bae9b62393985bd7879eb640422a75943df16e9f023bbb0eedbe0a8ba"
sha256 cellar: :any, arm64_monterey: "fe3792a8237227e5d1b26a9fb0a175053c953270e082844a31b178bd08c1119d"
sha256 cellar: :any, arm64_big_sur: "a0f283180241934960029478fe9215ae5b0eb2160f8b1989e9ef9750024ec858"
sha256 cellar: :any, sonoma: "a84273e2f05bebc14f648a1f29ebb68c32cf6b757b1d5ca5c76933eb4bd509b5"
sha256 cellar: :any, ventura: "33c9d0b402c2b4f30d8bae3206323dc9ff7f1100950c0e9867736bd38daddfa0"
sha256 cellar: :any, monterey: "cc5a415e262adc15e207645f11d265298c9a73a22c8d441b1ae11fdd9c9fe818"
sha256 cellar: :any, big_sur: "0db91bfdde00f9eaf26f2ab5a23f4623f808ddca50ffef180f7bdd4537187f48"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b970f64f2505ff3028cea23a1015664c490606fe8e9c52eb26284e7353aba299"
sha256 cellar: :any, arm64_sonoma: "42fa76feef300134d762f24e8d44867855ad1f43641fec68998d39df23dce6cb"
sha256 cellar: :any, arm64_ventura: "543982b0fe73e4278ae50a28305e2503f6f0923114b0793e5f848a49055d6b92"
sha256 cellar: :any, arm64_monterey: "798c9f5fa5609a306c20de9a6521792152aefd2e027f8144ec6f4a6a342aaca5"
sha256 cellar: :any, sonoma: "f1e1729415f6311951d6a910d1a616c0b608eec317285be862559cc735a92a92"
sha256 cellar: :any, ventura: "830e40010f31f0e9487b018b27b7a9539adec2d19d33b1a6c35c358e8b0eea41"
sha256 cellar: :any, monterey: "a9123fe3397f88570182367261c1c6b30a323e4da4a1427bcb200898149bcdb1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "64b660aaaa2bea081d802e32c32af4d2869b8a421cefb000467758b106f20847"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit f75a9b4

Please sign in to comment.