libbpf: update to 1.2.0.

This commit is contained in:
Leah Neukirchen 2023-05-09 19:26:54 +02:00
parent ae2efa83f9
commit aa1c2fa004
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libbpf' # Template file for 'libbpf'
pkgname=libbpf pkgname=libbpf
version=1.1.0 version=1.2.0
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=5da826c968fdb8a2f714701cfef7a4b7078be030cf58b56143b245816301cbb8 checksum=dadd4bb6ab3bf9c667d42ee2ae4f7673fca8c60c0f467fcd88c211478266f644
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE