diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-12-14 08:37:28 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-01-08 20:28:50 +0000 |
commit | e221f2f739f480c62fd07e0747920977ca610079 (patch) | |
tree | fd1f9ff71091bc2bd2eabc90f6284fe4d2bed5fe /testing | |
parent | fdce48b84064ac458ced17a3b0322779b1234d95 (diff) | |
download | aports-e221f2f739f480c62fd07e0747920977ca610079.tar.bz2 aports-e221f2f739f480c62fd07e0747920977ca610079.tar.xz |
testing/py-logilab-astng: upgrade to 0.24.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-logilab-astng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-logilab-astng/APKBUILD b/testing/py-logilab-astng/APKBUILD index 812a712ca1..b74b989a48 100644 --- a/testing/py-logilab-astng/APKBUILD +++ b/testing/py-logilab-astng/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-logilab-astng _realname=logilab-astng -pkgver=0.24.0 +pkgver=0.24.1 pkgrel=0 pkgdesc="Rebuild a new abstract syntax tree from Python's ast" url="http://pypi.python.org/pypi/logilab-astng" @@ -27,4 +27,4 @@ package() { rm -f "$pkgdir"/usr/lib/python2.?/site-packages/logilab/__init__.* } -md5sums="295bdb2165657ad4b973b3fae1c95f12 logilab-astng-0.24.0.tar.gz" +md5sums="ddaf66e4d85714d9c47a46d4bed406de logilab-astng-0.24.1.tar.gz" |