From: Michael Tremer Date: Sat, 15 Feb 2025 13:33:16 +0000 (+0000) Subject: libbpf: Update to version 1.5.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a360ad297eafb65728fe814e1b5a6f171a8aa06;p=ipfire-3.x.git libbpf: Update to version 1.5.0 This also fixes the GitHub URL. Signed-off-by: Michael Tremer --- diff --git a/libbpf/libbpf.nm b/libbpf/libbpf.nm index 321aa0cf2..744300507 100644 --- a/libbpf/libbpf.nm +++ b/libbpf/libbpf.nm @@ -4,7 +4,7 @@ ############################################################################### name = libbpf -version = 1.2.2 +version = 1.5.0 release = 1 groups = System/Libraries @@ -16,7 +16,10 @@ description eBPF helper library end -source_dl = https://github.com/libbpf/libbpf/archive/refs/tags/v%{version}.tar.gz#/ +# This project is hosted on GitHub +github_version = v%{version} + +source_dl = %{github_url} build requires