diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2018-12-01 09:38:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-19 08:49:50 +0700 |
commit | 84da8e8471fccf0170d8c33f3d2cdb662b6bce93 (patch) | |
tree | 1caaa84cf82af50a7c10a6c24aff4f00e7108e24 /python/python3-pylint | |
parent | 9b8cde16f2072474913409c6e396fcb5ccc50a03 (diff) | |
download | slackbuilds-84da8e8471fccf0170d8c33f3d2cdb662b6bce93.tar.gz |
python/python3-pylint: Updated for version 2.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pylint')
-rw-r--r-- | python/python3-pylint/python3-pylint.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pylint/python3-pylint.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild index cbef227d44..703da04618 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pylint/python3-pylint.info b/python/python3-pylint/python3-pylint.info index 4219a01512..b54e1a729f 100644 --- a/python/python3-pylint/python3-pylint.info +++ b/python/python3-pylint/python3-pylint.info @@ -1,8 +1,8 @@ PRGNAM="python3-pylint" -VERSION="2.2.0" +VERSION="2.2.2" HOMEPAGE="https://www.pylint.org" -DOWNLOAD="https://files.pythonhosted.org/packages/a9/2d/be897f09bba66595c91824950e38ea3288b2db6fb1e847851177a650c681/pylint-2.2.0.tar.gz" -MD5SUM="46a87c0bcd514661fe76a9bb928148d9" +DOWNLOAD="https://files.pythonhosted.org/packages/92/8e/e86eb8dbc10ee845b1c04ed9eaeafb981331f6db5dc05ba21555fcbe7595/pylint-2.2.2.tar.gz" +MD5SUM="6bece9ce12a7461266ecc1908da8d492" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-astroid python3-isort python3-mccabe" |