diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 2 | ||||
-rw-r--r-- | python/flake8/flake8.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index 933c02ca63..344ac23538 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:-2.2.4} +VERSION=${VERSION:-2.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info index 332a5dc30f..f834b158c2 100644 --- a/python/flake8/flake8.info +++ b/python/flake8/flake8.info @@ -1,8 +1,8 @@ PRGNAM="flake8" -VERSION="2.2.4" +VERSION="2.2.5" HOMEPAGE="https://gitlab.com/pycqa/flake8" -DOWNLOAD="https://pypi.python.org/packages/source/f/flake8/flake8-2.2.4.tar.gz" -MD5SUM="5f9be8c6184beb94a9bc189b67b38806" +DOWNLOAD="https://pypi.python.org/packages/source/f/flake8/flake8-2.2.5.tar.gz" +MD5SUM="6dea927949b94c9d9495ab24bcdf9cf0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pep8 pyflakes python-mccabe" |