From 3371ccdfe548713dd3d4c9abe38338f1df76bb08 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Wed, 30 Dec 2015 19:19:07 -0500 Subject: [PATCH] scapy: update to 2.3.1 Signed-off-by: W. Michael Petullo --- net/scapy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/scapy/Makefile b/net/scapy/Makefile index e8af27a9e..4771e8d14 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scapy -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.3.1 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=PKG-INFO PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=https://bitbucket.org/secdev/scapy/downloads/ -PKG_MD5SUM:=d68903c5d877820026dc544caa0b5d3c +PKG_MD5SUM:=a30d828e59801d1d092219b349f1da9e PKG_BUILD_DEPENDS:=python python-setuptools