libbpf: bump to 1.4.6
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 13 Oct 2024 17:21:44 +0000 (20:21 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 13 Oct 2024 19:29:11 +0000 (22:29 +0300)
Release notes:
https://github.com/libbpf/libbpf/releases/tag/v1.4.6

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/libs/libbpf/Makefile

index a6fe9831d7348f74e1f0385fec37cb58ae0c602b..89fe730a98adfe457dd13a294fc2fe23e9af5630 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libbpf
-PKG_VERSION:=1.4.5
+PKG_VERSION:=1.4.6
 PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=09ad44597d170c12f9f710f7ac4bacfa2b01d110c45810ac0f16c6a3f5d51a0d
+PKG_MIRROR_HASH:=0d0d70750c8e45baba19f8cc065771e5d842a90f3ad1637003cae6887dabf11e
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=v$(PKG_VERSION)
 PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))