mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/python-scapy: bump to version 2.6.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6974f782bb
commit
8d740a7910
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/scapy/json
|
||||
md5 0fb44b6db8fbb76c0648c9c161067c15 scapy-2.6.0.tar.gz
|
||||
sha256 c8f7eb54511c2fab502128ccf18e2e4b98e1f6af6e02ae15b84ad3039143ba3b scapy-2.6.0.tar.gz
|
||||
md5 b8951038f22c9ec447538be8b08ac503 scapy-2.6.1.tar.gz
|
||||
sha256 7600d7e2383c853e5c3a6e05d37e17643beebf2b3e10d7914dffcc3bc3c6e6c5 scapy-2.6.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCAPY_VERSION = 2.6.0
|
||||
PYTHON_SCAPY_VERSION = 2.6.1
|
||||
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
|
||||
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/70/ca/17cc6ee0dbf342193732312f14bfc879dd162570287fd9f65ac1eb8a9c5f
|
||||
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/df/2f/035d3888f26d999e9680af8c7ddb7ce4ea0fd8d0e01c000de634c22dcf13
|
||||
PYTHON_SCAPY_SETUP_TYPE = setuptools
|
||||
PYTHON_SCAPY_LICENSE = GPL-2.0
|
||||
PYTHON_SCAPY_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user