diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-05-10 10:31:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:32 +0700 |
commit | b0c80164bbccee0d448ce7bf9102f2ec1d449fb5 (patch) | |
tree | 36d210dc6f3a0af4f91b973e45cb882b6bb5c9f6 /python/pycodestyle/pycodestyle.SlackBuild | |
parent | 63d9535f87c84dffede343197c18c1ee7c0e5bde (diff) |
python/pycodestyle: Updated for version 2.4.0.
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 508181d56eb06..23d2ff0ce821d 100644 --- a/python/pycodestyle/pycodestyle.SlackBuild +++ b/python/pycodestyle/pycodestyle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pycodestyle -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2018 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.3.1} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |