From a5323f520c76f11f7196639f496fcd42dc43e95f Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 10 May 2021 12:57:47 -0500 Subject: [PATCH] scapy: update to 2.4.5 Signed-off-by: W. Michael Petullo --- net/scapy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 1d1c098c0..6cf711bd8 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scapy -PKG_VERSION:=2.4.4 -PKG_RELEASE:=1 +PKG_VERSION:=2.4.5 +PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=ecfd7a14cd9c3ef0eb08d28d5bb71d97219edff1454ccbdff229f676b27900ee +PKG_HASH:=bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-only