diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-03-24 13:55:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-29 13:05:37 +0000 |
commit | e89de4808eb11d069f7559f5e7b00c75ff3c44e5 (patch) | |
tree | 4cc3584d93a8329262db37a1bef44613d64bb4fa /testing/pylint/APKBUILD | |
parent | d5c051cf22f4518ee1e1dbf032015708033536f1 (diff) | |
download | aports-e89de4808eb11d069f7559f5e7b00c75ff3c44e5.tar.bz2 aports-e89de4808eb11d069f7559f5e7b00c75ff3c44e5.tar.xz |
testing/pylint: upgrade to 1.4.3
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r-- | testing/pylint/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index b21a1f004c..1f6f33d936 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint -pkgver=1.4.1 +pkgver=1.4.3 pkgrel=0 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" @@ -31,6 +31,6 @@ doc() { mv "$_builddir"/man/*.1 "$subpkgdir"/usr/share/man/man1/ || return 1 } -md5sums="df7c679bdcce5019389038847e4de622 pylint-1.4.1.tar.gz" -sha256sums="3e383060edd432cbbd0e8bd686f5facfe918047ffe1bb401ab5897cb6ee0f030 pylint-1.4.1.tar.gz" -sha512sums="019405c16ef731f83c12e2b0a7f4b3fc2e17f35df50a18dbbc084ed14450a070e689850b8d7761e2fba0d2a8f6c70ef06709de5b96e59af7da9cc6cc412bbf25 pylint-1.4.1.tar.gz" +md5sums="5924c1c7ca5ca23647812f5971d0ea44 pylint-1.4.3.tar.gz" +sha256sums="1dce8c143a5aa15e0638887c2b395e2e823223c63ebaf8d5f432a99e44b29f60 pylint-1.4.3.tar.gz" +sha512sums="63af8c72496b88db967c61d5be2b974fca053a45425ea8b5898e941be135d26c8c004b91b8b3a98337c0c5af4f5a530afbf091d7c5ecfa36bfa36aef9f843a95 pylint-1.4.3.tar.gz" |