diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-05-10 14:25:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 14:25:41 -0700 |
commit | 24035b8eb53aa8cc2b3fe753feaa86540f188f0f (patch) | |
tree | 40c6e51d93d94be447ebebfaf3e352b90b6ad4c2 /net | |
parent | fb61f48a230ff0bac6ff722487b30c53f7acc4dd (diff) | |
parent | a5323f520c76f11f7196639f496fcd42dc43e95f (diff) |
Merge pull request #15597 from flyn-org/scapy
scapy: update to 2.4.5
Diffstat (limited to 'net')
-rw-r--r-- | net/scapy/Makefile | 6 |
1 files 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 <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only |