diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-10-02 20:55:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:56 +0700 |
commit | 1b3b2fe62b452191b0f80794fd61cb3de482bc18 (patch) | |
tree | 334793ea24a7c07094b569d613477bbdff3afc22 /python/netifaces/netifaces.SlackBuild | |
parent | 816245e6bf3a3d3e2c93ebfb76aef7447e687ad8 (diff) |
python/netifaces: Updated for version 0.10.9
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 cee5025bbb0ff..3cbba9e12c486 100644 --- a/python/netifaces/netifaces.SlackBuild +++ b/python/netifaces/netifaces.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for netifaces -# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2019 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.7} +VERSION=${VERSION:-0.10.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |