8000 update netifaces to version 0.10.4 by mathewvermeer · Pull Request #392 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content

update netifaces to version 0.10.4 #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/netifaces/recipe.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
0