upg libbpf

This commit is contained in:
joborun linux 2023-12-17 19:08:56 +02:00
parent 3d93ca0c69
commit 41d283bd3d
2 changed files with 6 additions and 7 deletions

View File

@ -7,7 +7,7 @@
# when libbpf is upgraded iproute2 should be rebuilt "afterwards" based on the new libbpf
pkgname=libbpf
pkgver=1.2.2
pkgver=1.3.0
pkgrel=01
pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space'
url='https://github.com/libbpf/libbpf'
@ -35,8 +35,7 @@ arch=(x86_64)
license=('LGPL2.1')
sha256sums=(32b0c41eabfbbe8e0c8aea784d7495387ff9171b5a338480a8fbaceb9da8d5e5) # libbpf-1.2.2.tar.gz
## 0719ca1ae1c629241e8bd0624b4441404cd55db4872c349d9bc14dec07850601 libbpf-1.2.2-01-x86_64.pkg.tar.lz
sha256sums=(11db86acd627e468bc48b7258c1130aba41a12c4d364f78e184fd2f5a913d861) # libbpf-1.3.0.tar.gz
## 226bb86e2f2ec43babab450ecbeb14daed128c901b0df4fd7313743f766a7d9f libbpf-1.3.0-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Contributor: Adrian Bacircea <adrian.bacircea@gmail.com>
pkgname=libbpf
pkgver=1.2.2
pkgver=1.3.0
pkgrel=1
pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space'
url='https://github.com/libbpf/libbpf'
@ -12,8 +12,8 @@ depends=('glibc' 'libelf' 'linux-api-headers')
makedepends=('rsync')
provides=('libbpf.so')
source=(https://github.com/libbpf/libbpf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('bc7620207e6f521b9b5baab00bd81346084b8eabf81bff3ec24e5367d389f2a331a0b082798f8bb5d4fea836c3c0cc961fc881abc3a4e05d91152150bdfe47be')
b2sums=('45a2ceabd38b3ea55f466de68d0806df6ae802b509063ca12d670ba972bac3dc5c7e518e8c9904915dbc9877c27ea892a7b857aa03d4e86016969b2d278b0b4a')
sha512sums=('59990189538e47765542e9ed6e88bc78c9d29bc077b5666bb1303cf15579c90b3d35a0d631b9bbd4bff2708243dc91d901bd68c119fb74dfd10a3e1066aa9acc')
b2sums=('5ee0a45cd06be482c9523ec2a9bb26cf12b89df23f515b037badda868770069d5ffb751c011222b86b1d43034a1cdd537cb263883ed0645641548adc9c9896eb')
build() {
cd ${pkgname}-${pkgver}