diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-03-31 13:39:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:41 +0700 |
commit | a53f54e4c00d5aa03b64c833ae016decc7dbd5c8 (patch) | |
tree | 01c78d8ad09034621be1c7dc4b710fa5d812e7cf /python/pep8/pep8.SlackBuild | |
parent | 547134de134081a4fb74dcc6af0a94ee23816f4d (diff) | |
download | slackbuilds-a53f54e4c00d5aa03b64c833ae016decc7dbd5c8.tar.gz |
python/pep8: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pep8/pep8.SlackBuild')
-rw-r--r-- | python/pep8/pep8.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pep8/pep8.SlackBuild b/python/pep8/pep8.SlackBuild index 55f71cb83b..029745e7f6 100644 --- a/python/pep8/pep8.SlackBuild +++ b/python/pep8/pep8.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pep8 -# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt> # 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=pep8 -VERSION=${VERSION:-1.4.6} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |