summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2024-04-03 15:31:29 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2024-05-06 22:41:31 +0200
commit8cf28cc6a5ee4f74a9101bc26433c26e7f899c96 (patch)
tree3753e00b9b8d771030e550927a41b422c46aed2b
parent708e6b840ee7e08e9056e40c96bd93b1355928a7 (diff)
downloadopenwrt-8cf28cc6a5ee4f74a9101bc26433c26e7f899c96.tar.gz
openwrt-8cf28cc6a5ee4f74a9101bc26433c26e7f899c96.tar.bz2
openwrt-8cf28cc6a5ee4f74a9101bc26433c26e7f899c96.zip
libbpf: Update to v1.4.1
Update to the latest upstream release to include recent improvements and bugfixes. Link: https://github.com/libbpf/libbpf/releases/tag/v1.4.1 Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
-rw-r--r--package/libs/libbpf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libbpf/Makefile b/package/libs/libbpf/Makefile
index 666786e9f6..6b894972a7 100644
--- a/package/libs/libbpf/Makefile
+++ b/package/libs/libbpf/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libbpf
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.4.1
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
-PKG_MIRROR_HASH:=4c37636699c604de345937bdbdf8f2e6ce69cbf768a4aa669c32b542e5302de6
+PKG_MIRROR_HASH:=46469f720ed246529e46d84a6444ae1c1a1eaf2a717a5a055c9973bb52159ec3
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=v1.4.0
+PKG_SOURCE_VERSION:=v1.4.1
PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com>