diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-07-16 21:03:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 21:03:33 +0300 |
commit | 05640ec1568ec2dffd59074dd2f5f1c91134de0d (patch) | |
tree | c30b54c8317430417408ab41a11a62938bc43aa8 | |
parent | 3a6a1334f01569f6756dba82a7760d6748e27e9c (diff) | |
parent | 4b4e549af98afad8f15107cd91c4effb40d1ee01 (diff) |
Merge pull request #21577 from commodo/tcpreplay
tcpreplay: bump to version 4.4.4
-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 4450b995d..5e993c256 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcpreplay -PKG_VERSION:=4.4.3 +PKG_VERSION:=4.4.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION) -PKG_HASH:=352fcd073c61140e5008ffe4e37d4744c31037e73854a921cd8b6b5d9f29cd54 +PKG_HASH:=3ff9753cc43bb15e77832cee657e3030dbcdd957fa247e6abacc605689e24051 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=docs/LICENSE |