diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-22 21:27:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:39 +0700 |
commit | 980d0b13dc17cd269b3ed634909045d04aa9b9d5 (patch) | |
tree | 072784752106e100501f5ac9693d747db85f9d9f /python/flake8/flake8.SlackBuild | |
parent | 6e47f12b20fe67e21cd5ddbcbcdfc547cb2ae82b (diff) |
python/flake8: Updated for version 3.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/flake8/flake8.SlackBuild')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index 48fbbde0ff81e..6fcb85e3be7fe 100644 --- a/python/flake8/flake8.SlackBuild +++ b/python/flake8/flake8.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flake8 -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |