Skip to content

Commit 850f07d

Browse files
authored
Merge pull request #220076 from Homebrew/bump-libnftnl-1.2.9
libnftnl 1.2.9
2 parents 05d3cc4 + 1fdc72c commit 850f07d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Formula/lib/libnftnl.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libnftnl < Formula
22
desc "Netfilter library providing interface to the nf_tables subsystem"
33
homepage "https://netfilter.org/projects/libnftnl/"
4-
url "https://www.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz"
5-
sha256 "37fea5d6b5c9b08de7920d298de3cdc942e7ae64b1a3e8b880b2d390ae67ad95"
4+
url "https://www.netfilter.org/pub/libnftnl/libnftnl-1.2.9.tar.xz"
5+
sha256 "e8c216255e129f26270639fee7775265665a31b11aa920253c3e5d5d62dfc4b8"
66
license "GPL-2.0-or-later"
77

88
livecheck do
@@ -11,8 +11,8 @@ class Libnftnl < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "51ae224ec4b0b12550a827a8c0b11b8d69f600ebdcbf3f147904cd2727cd7d04"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a967378e066186315b30a3e6a5eff8bd47c098aa13e418d47489f0e1c7884e72"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "115eff122c8a59428839095a6c47ee36fcc60efb1fe28a6ce1c9120e32213641"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7077fb58a3c953a76ee5c54dd05a72005432161e9f9db04678e8d621c85e2dc6"
1616
end
1717

1818
depends_on "pkgconf" => [:build, :test]

0 commit comments

Comments
 (0)