[Buildroot] [PATCH] tcpreplay: bump to version 4.0.5

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 7 00:21:38 UTC 2014


Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/tcpreplay/tcpreplay.hash | 3 +++
 package/tcpreplay/tcpreplay.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/tcpreplay/tcpreplay.hash

diff --git a/package/tcpreplay/tcpreplay.hash b/package/tcpreplay/tcpreplay.hash
new file mode 100644
index 0000000..d7e8f1d
--- /dev/null
+++ b/package/tcpreplay/tcpreplay.hash
@@ -0,0 +1,3 @@
+# From http://sourceforge.net/projects/tcpreplay/files/tcpreplay/4.0.5/
+md5	1a6f108a62bf526eeffa2998a6f311af	tcpreplay-4.0.5.tar.gz
+sha1	878970d77e1482c9b26ac19eb2d125915a900f9b	tcpreplay-4.0.5.tar.gz
diff --git a/package/tcpreplay/tcpreplay.mk b/package/tcpreplay/tcpreplay.mk
index 4338c9d..e937af9 100644
--- a/package/tcpreplay/tcpreplay.mk
+++ b/package/tcpreplay/tcpreplay.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TCPREPLAY_VERSION = 4.0.4
+TCPREPLAY_VERSION = 4.0.5
 TCPREPLAY_SITE = http://downloads.sourceforge.net/project/tcpreplay/tcpreplay/$(TCPREPLAY_VERSION)
 TCPREPLAY_LICENSE = GPLv3
 TCPREPLAY_LICENSE_FILES = docs/LICENSE
-- 
2.0.4



More information about the buildroot mailing list