python/python-pcapy: Updated for version 0.11.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
36dbcd3d37
commit
b83a5ddaf4
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-pcapy
|
||||
|
||||
# Copyright 2017 Brenton Earl <brent@exitstatusone.com>
|
||||
# Copyright 2017-2018 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-pcapy
|
||||
SRCNAM=pcapy
|
||||
VERSION=${VERSION:-0.11.3}
|
||||
VERSION=${VERSION:-0.11.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-pcapy"
|
||||
VERSION="0.11.3"
|
||||
VERSION="0.11.4"
|
||||
HOMEPAGE="https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy"
|
||||
DOWNLOAD="https://github.com/CoreSecurity/pcapy/archive/0.11.3/pcapy-0.11.3.tar.gz"
|
||||
MD5SUM="a52f104c3dcadfb40275a48794634557"
|
||||
DOWNLOAD="https://github.com/CoreSecurity/pcapy/archive/0.11.4/pcapy-0.11.4.tar.gz"
|
||||
MD5SUM="ccc0ece6114a095800c8764f85451677"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue