diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-09 15:30:24 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-06-09 15:46:36 -0700 |
commit | cf4af4f55314144926d41f87e224ac581af01117 (patch) | |
tree | b91c728c9f65894ff1c46c9dfccb6a39b9b4e31e /net | |
parent | 496068bef9a93d1aa90399eda5fcb6ffdaac26f2 (diff) |
tcpreplay: Update to 4.2.6
Signed-off-by: Rosen Penev <rosenp@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 d8857affa..b582c5f5f 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpreplay -PKG_VERSION:=4.2.5 +PKG_VERSION:=4.2.6 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:=941026be34e1db5101d3d22ebddd6fff76179a1ee81e273338f533ba4eca89d7 +PKG_HASH:=043756c532dab93e2be33a517ef46b1341f7239278a1045ae670041dd8a4531d PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=docs/LICENSE |