diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-05 21:14:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:04:12 +0700 |
commit | 0b629e2f29ec6494ec433e24dc4d0fb1d88d8f22 (patch) | |
tree | 577e30cc4a11d76bcd53047175c6cd24d7ddef8a /python/pycodestyle/pycodestyle.SlackBuild | |
parent | e0a500c519d7fbd9eac98a2d1a6785669a5a3ee5 (diff) | |
download | slackbuilds-0b629e2f29ec6494ec433e24dc4d0fb1d88d8f22.tar.gz |
python/pycodestyle: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pycodestyle/pycodestyle.SlackBuild')
-rw-r--r-- | python/pycodestyle/pycodestyle.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pycodestyle/pycodestyle.SlackBuild b/python/pycodestyle/pycodestyle.SlackBuild index 86d2c5832b..35769e61ab 100644 --- a/python/pycodestyle/pycodestyle.SlackBuild +++ b/python/pycodestyle/pycodestyle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pycodestyle -# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece # 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=pycodestyle -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |