libbpf: update to 1.6.1.

This commit is contained in:
Leah Neukirchen 2025-07-19 15:32:25 +02:00
parent 9002c261a0
commit 84f5dfe80c

View file

@ -1,6 +1,6 @@
# Template file for 'libbpf' # Template file for 'libbpf'
pkgname=libbpf pkgname=libbpf
version=1.6.0 version=1.6.1
revision=1 revision=1
build_wrksrc="src" build_wrksrc="src"
build_style=gnu-makefile build_style=gnu-makefile
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only, BSD-2-Clause" license="LGPL-2.1-only, BSD-2-Clause"
homepage="https://github.com/libbpf/libbpf" homepage="https://github.com/libbpf/libbpf"
distfiles="https://github.com/libbpf/libbpf/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/libbpf/libbpf/archive/refs/tags/v${version}.tar.gz"
checksum=d360ed1541fa4fc036132e7732fdf1e4569c187d3e4a4ddc07fd9dbfd121c4eb checksum=f6fa65c86f20d6d2d5d958f8bb8203a580a1c7496173714582300b724e37e338
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE