Skip to content

Commit

Permalink
Merge pull request Homebrew#141604 from chenrui333/bump-iproute2-6.5.0
Browse files Browse the repository at this point in the history
iproute2 6.5.0
  • Loading branch information
BrewTestBot authored Sep 6, 2023
2 parents 2842faf + c1f06b4 commit f2b63be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/i/iproute2.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand Down

0 comments on commit f2b63be

Please sign in to comment.