diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-04-16 17:30:17 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-05-09 07:40:27 +0000 |
commit | 032537c77032877bc105c1d98612fce919978900 (patch) | |
tree | a089a13f975a20ba5a50d0f4db459c71c8d9884b /testing/py-cffi | |
parent | 8eb049f40a40c2996c0124e9a1210a906058770a (diff) | |
download | aports-032537c77032877bc105c1d98612fce919978900.tar.bz2 aports-032537c77032877bc105c1d98612fce919978900.tar.xz |
testing/py-cffi: upgrade to 0.9.2
Diffstat (limited to 'testing/py-cffi')
-rw-r--r-- | testing/py-cffi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cffi/APKBUILD b/testing/py-cffi/APKBUILD index 0da9c02e21..9433c23e90 100644 --- a/testing/py-cffi/APKBUILD +++ b/testing/py-cffi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-cffi _pkgname=cffi -pkgver=0.8.6 +pkgver=0.9.2 pkgrel=0 pkgdesc="A foreign function interface for calling C code from python" url="http://cffi.readthedocs.org/" |