Skip to content

Commit 2450b3f

Browse files
authored
Merge pull request #256602 from Homebrew/bump-iproute2-6.18.0
iproute2 6.18.0
2 parents 7de62b4 + e5deb57 commit 2450b3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/i/iproute2.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Iproute2 < Formula
22
desc "Linux routing utilities"
33
homepage "https://wiki.linuxfoundation.org/networking/iproute2"
4-
url "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.17.0.tar.xz"
5-
sha256 "9781e59410ab7dea8e9f79bb10ff1488e63d10fcbb70503b94426ba27a8e2dec"
4+
url "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.18.0.tar.xz"
5+
sha256 "6ba520e1975e4c50dc931eeae91ea37c198b8a173744885f8895b84325f9d456"
66
license "GPL-2.0-only"
77
head "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git", branch: "main"
88

@@ -12,8 +12,8 @@ class Iproute2 < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "0fcb56946e7d1ed1c6089bbd98bebb0dd82b4ef721385643abe548a8cb8c1806"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "65b05368e8f1a9830cb9f7fbc23513747a1aaa9fcc03505f6dbe3a8545e6eec4"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "e7a500a0eb4794ceea637bd3120a55f7a5c51a929f8e9244ac32e83a9e10e66d"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "20878f94b38d55d21a0900a3fd75356080dfd5929db88680b6b2e520d6a2e910"
1717
end
1818

1919
depends_on "bison" => :build

0 commit comments

Comments
 (0)