diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-08-12 20:08:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:45 +0700 |
commit | b83a5ddaf497cf7e6f317bb08160801d20be1d69 (patch) | |
tree | 49935bdb38ef4f0ec043aa95755de269f46cc407 /python/python-pcapy/python-pcapy.SlackBuild | |
parent | 36dbcd3d37190a181a920f78965f0e5a14eb58ab (diff) |
python/python-pcapy: Updated for version 0.11.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-pcapy/python-pcapy.SlackBuild')
-rw-r--r-- | python/python-pcapy/python-pcapy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-pcapy/python-pcapy.SlackBuild b/python/python-pcapy/python-pcapy.SlackBuild index f27972bf09a45..0815014afd260 100644 --- a/python/python-pcapy/python-pcapy.SlackBuild +++ b/python/python-pcapy/python-pcapy.SlackBuild @@ -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} |