diff --git a/Formula/i/iproute2.rb b/Formula/i/iproute2.rb index 37f6695ec5624..33453d2044036 100644 --- a/Formula/i/iproute2.rb +++ b/Formula/i/iproute2.rb @@ -1,8 +1,8 @@ class Iproute2 < Formula desc "Linux routing utilities" homepage "https://wiki.linuxfoundation.org/networking/iproute2" - url "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.4.0.tar.xz" - sha256 "4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272" + url "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.5.0.tar.xz" + sha256 "a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463" license "GPL-2.0-only" head "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git", branch: "main" @@ -12,7 +12,7 @@ class Iproute2 < Formula end bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "e7f33a548ec101dc184c29fa1ff0a5dbd4c5f014a9a52c4c80efcec03238c14c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "593391f568a2ddeef2b154876e579e2fe537f4b9925fbda8f85647613e049e86" end depends_on "bison" => :build