Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libbpf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: libbpf
version: 1.2.0
epoch: 1
version: 1.2.1
epoch: 0
description: "A library for interacting with the Linux kernel's Berkeley Packet Filter (BPF) facility from user space"
copyright:
- license: GPL-2.0-only
Expand All @@ -23,7 +23,7 @@ pipeline:
with:
repository: https://github.com/libbpf/libbpf
tag: v${{package.version}}
expected-commit: fbd60dbff51c870f5e80a17c4f2fd639eb80af90
expected-commit: 880fbf87a55dd6455876b402956f7f8965fd4d06

- uses: autoconf/make
with:
Expand Down