diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-02-04 10:17:14 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-05 18:57:24 +0000 |
commit | 7d72a93f5a392fec34e59bd9d1a8407f5a34df59 (patch) | |
tree | 2317531e27b5454aebb2a420498257619c14adf0 /community | |
parent | dd396e47deff525e9448be136f1ef23eb8540105 (diff) | |
download | aports-7d72a93f5a392fec34e59bd9d1a8407f5a34df59.tar.bz2 aports-7d72a93f5a392fec34e59bd9d1a8407f5a34df59.tar.xz |
community/py-netifaces: upgrade to 0.10.6
Diffstat (limited to 'community')
-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" |