diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-03-10 20:17:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:13 +0700 |
commit | 9fca46561d9828c61d257f023f2b38add63f5b1a (patch) | |
tree | 75788738df369b042a66747a2b080ca807ef8dfc /python/python3-astroid/python3-astroid.SlackBuild | |
parent | fb1e5531054e6e3fa6612a22aada1f6f9c461579 (diff) |
python/python3-astroid: Updated for version 2.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid/python3-astroid.SlackBuild')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 95ca213e55001..4149b4ded1413 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-astroid -# Copyright 2018 Markus Rinne Finland +# Copyright 2018-2019 Markus Rinne Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.2.3} +VERSION=${VERSION:-2.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |