From 04ef9be7264d5f5857ee8c02610c57eeae94f7a8 Mon Sep 17 00:00:00 2001 From: Mathew Date: Fri, 12 Jun 2015 11:39:21 +0200 Subject: [PATCH] update netifaces to version 0.10.4 --- recipes/netifaces/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/netifaces/recipe.sh b/recipes/netifaces/recipe.sh index 2d5bf27eb0..6bb5a028cc 100644 --- a/recipes/netifaces/recipe.sh +++ b/recipes/netifaces/recipe.sh @@ -1,9 +1,9 @@ #!/bin/bash -VERSION_netifaces=0.10.3 +VERSION_netifaces=0.10.4 DEPS_netifaces=(hostpython python setuptools) URL_netifaces=http://pypi.python.org/packages/source/n/netifaces/netifaces-$VERSION_netifaces.tar.gz -MD5_netifaces=b96913473e1dcc3c4a7c43bc15d10e26 +MD5_netifaces=36da76e2cfadd24cc7510c2c0012eb1e BUILD_netifaces=$BUILD_PATH/netifaces/$(get_directory $URL_netifaces) RECIPE_netifaces=$RECIPES_PATH/netifaces