From 5e0c99df09f8302c12b8cf3e34f256d824ae94e3 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 31 Dec 2018 00:08:01 +0200 Subject: [PATCH] tcpreplay: bump to version 4.3.1 This change bumps the version to 4.3.1. Also, it changes the source archive to `tar.xz` Signed-off-by: Alexandru Ardelean --- net/tcpreplay/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 66abec886..73d62da7c 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpreplay -PKG_VERSION:=4.3.0 +PKG_VERSION:=4.3.1 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION) -PKG_HASH:=935c9f5483a9f0ffd5a5ad055b6c7be5c14a3bc9023d4e45ec80dd94857ac79f +PKG_HASH:=108924a25e616e3465139410c49cae629c338df73443dfc8fc155ea9f099c659 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=docs/LICENSE