diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 13:59:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 13:59:51 +0000 |
commit | cbff269bc674d4c3c2865a696f50027a959b5f92 (patch) | |
tree | ae61e9c7d5baf9d5933577121a16e30056f9b511 /community/py-netifaces/APKBUILD | |
parent | 2894b583b1488668f009141e943d2baafdc88238 (diff) | |
download | aports-cbff269bc674d4c3c2865a696f50027a959b5f92.tar.bz2 aports-cbff269bc674d4c3c2865a696f50027a959b5f92.tar.xz |
community/py-netifaces: upgrade to 0.10.9
Diffstat (limited to 'community/py-netifaces/APKBUILD')
-rw-r--r-- | community/py-netifaces/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-netifaces/APKBUILD b/community/py-netifaces/APKBUILD index cf18958ad2..32f9b24549 100644 --- a/community/py-netifaces/APKBUILD +++ b/community/py-netifaces/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-netifaces _pkgname=netifaces -pkgver=0.10.6 +pkgver=0.10.9 pkgrel=0 pkgdesc="Portable module to access network interface information in Python" url="http://alastairs-place.net/netifaces/" @@ -47,4 +47,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="2c892062286007a8330c2cddc148ea21d1fd24aec32b5f25b8fe905933c651f8c532596f523f0bb7edb3a143e9a491ec49d60f75efad4407273ac2647b579b1e netifaces-0.10.6.tar.gz" +sha512sums="8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87 netifaces-0.10.9.tar.gz" |