diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-28 21:21:32 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-07 04:22:39 +0100 |
commit | fed8550df744ebf4ab0e867f0f82357ca79db41e (patch) | |
tree | 8eb5e1b5d391b9483a33893325bc528ed4c2d81a /package | |
parent | e12504a4d0180dd4c6d148c92e49b452a8c245b1 (diff) | |
download | upstream-fed8550df744ebf4ab0e867f0f82357ca79db41e.tar.gz upstream-fed8550df744ebf4ab0e867f0f82357ca79db41e.tar.bz2 upstream-fed8550df744ebf4ab0e867f0f82357ca79db41e.zip |
xdp-tools: update to v1.2.6
Release Notes:
https://github.com/xdp-project/xdp-tools/releases/tag/v1.2.6
The update contains important fixes for cross-compilation.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/xdp-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/xdp-tools/Makefile b/package/network/utils/xdp-tools/Makefile index 7d831d0fec..32f302543a 100644 --- a/package/network/utils/xdp-tools/Makefile +++ b/package/network/utils/xdp-tools/Makefile @@ -2,8 +2,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xdp-tools PKG_RELEASE:=$(AUTORELEASE) -PKG_VERSION:=1.2.5 -PKG_HASH:=140c9bdffe4f2b15bc2973b5f975d0fa5cc011f5a699c7bcdcb698b724b97d4d +PKG_VERSION:=1.2.6 +PKG_HASH:=e1bead15014adf404c1ae93b5bb24e6625840b4aadef6c1acfb47e0b99039f52 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/xdp-project/xdp-tools/tar.gz/v$(PKG_VERSION)? |