diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-06-10 20:10:01 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:15:44 +0100 |
commit | 7b2a441052c0bcae91c48850304cac856d8a55b5 (patch) | |
tree | 9bbf22bfc5342df4a0ffbe78aa2824449866c18e /python/netifaces/netifaces.SlackBuild | |
parent | e2374adfbfd49bf818d7e72b10e9ddd6f7486c95 (diff) | |
download | slackbuilds-7b2a441052c0bcae91c48850304cac856d8a55b5.tar.gz |
python/netifaces: Updated for version 0.10.7
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/netifaces/netifaces.SlackBuild')
-rw-r--r-- | python/netifaces/netifaces.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/netifaces/netifaces.SlackBuild b/python/netifaces/netifaces.SlackBuild index 0e9626f9bf..cee5025bbb 100644 --- a/python/netifaces/netifaces.SlackBuild +++ b/python/netifaces/netifaces.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for netifaces -# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=netifaces -VERSION=${VERSION:-0.10.6} +VERSION=${VERSION:-0.10.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |