Skip to content

Commit

Permalink
Merge pull request #167777 from Homebrew/bump-libbpf-1.4.0
Browse files Browse the repository at this point in the history
libbpf 1.4.0
  • Loading branch information
BrewTestBot authored Apr 2, 2024
2 parents b05709a + 1e8a2e3 commit 7df03e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ libadwaita
libaec
libassuan
libavif
libbpf
libbsd
libclc
libcoap
Expand Down
6 changes: 3 additions & 3 deletions Formula/lib/libbpf.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Libbpf < Formula
desc "Berkeley Packet Filter library"
homepage "https://github.com/libbpf/libbpf"
url "https://github.com/libbpf/libbpf/archive/refs/tags/v1.3.0.tar.gz"
sha256 "11db86acd627e468bc48b7258c1130aba41a12c4d364f78e184fd2f5a913d861"
url "https://github.com/libbpf/libbpf/archive/refs/tags/v1.4.0.tar.gz"
sha256 "4271dfd51f59d23c03d9ae62d8a92622af0f5216a620a7a666c4975c3c7cda6e"
license "BSD-2-Clause"

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "edaead7e32708bad63b4778d0708417e714b9f3869766e17db09eb27d9c8f8bb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86471b49eea75130214830e14015385024aa7d3312f057c5f51c3016060ec720"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 7df03e1

Please sign in to comment.