Skip to content

Commit 04ef9be

Browse files
committed
update netifaces to version 0.10.4
1 parent 9debb58 commit 04ef9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/netifaces/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_netifaces=0.10.3
3+
VERSION_netifaces=0.10.4
44
DEPS_netifaces=(hostpython python setuptools)
55
URL_netifaces=http://pypi.python.org/packages/source/n/netifaces/netifaces-$VERSION_netifaces.tar.gz
6-
MD5_netifaces=b96913473e1dcc3c4a7c43bc15d10e26
6+
MD5_netifaces=36da76e2cfadd24cc7510c2c0012eb1e
77
BUILD_netifaces=$BUILD_PATH/netifaces/$(get_directory $URL_netifaces)
88
RECIPE_netifaces=$RECIPES_PATH/netifaces
99

0 commit comments

Comments
 (0)