diff options
-rw-r--r-- | community/py-netifaces/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-netifaces/APKBUILD b/community/py-netifaces/APKBUILD index b8797fd6ec..cf18958ad2 100644 --- a/community/py-netifaces/APKBUILD +++ b/community/py-netifaces/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-netifaces _pkgname=netifaces -pkgver=0.10.5 -pkgrel=3 +pkgver=0.10.6 +pkgrel=0 pkgdesc="Portable module to access network interface information in Python" url="http://alastairs-place.net/netifaces/" arch="all" @@ -47,4 +47,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="736bb985b444e78676dc10533a7597e750cadf41033196c4be49c4f33e91d46eba33a1f485e07e9f70aec2170c958564a6f54bbaa1ab193bfaca04b1fb07b3a1 netifaces-0.10.5.tar.gz" +sha512sums="2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e netifaces-0.10.6.tar.gz" |