Browse Source

Merge pull request #7815 from commodo/tcpreplay

tcpreplay: bump to version 4.3.1
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
2af7c9ab6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/tcpreplay/Makefile

+ 3
- 3
net/tcpreplay/Makefile View File

@ -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


Loading…
Cancel
Save