Browse Source

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 <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 6 years ago
parent
commit
5e0c99df09
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