diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-11-13 14:58:35 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-11-14 10:27:40 +0200 |
commit | cc2ffbec8b61dda7f79295f5f6944a4c7b713222 (patch) | |
tree | 3f12a6f9ef2015a36e4931d26d861dd03397e860 /net | |
parent | f3f26865c302b2fc03fd1a36b7cfa091abc3312f (diff) |
tcpreplay: bump to version 4.3.0
Run-tested on target brcm2708 [brcm2709 sub-target].
Running on OpenWrt master:
https://github.com/openwrt/openwrt/commit/278e4eba096238991d0d5965d5fab07a9b648796
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpreplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index b582c5f5f..66abec886 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpreplay -PKG_VERSION:=4.2.6 +PKG_VERSION:=4.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION) -PKG_HASH:=043756c532dab93e2be33a517ef46b1341f7239278a1045ae670041dd8a4531d +PKG_HASH:=935c9f5483a9f0ffd5a5ad055b6c7be5c14a3bc9023d4e45ec80dd94857ac79f PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=docs/LICENSE |