Skip to content

Commit 2f0c391

Browse files
committed
Update opencv recipes to fix md5. Closes kivy#411
1 parent 9feb0af commit 2f0c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/opencv/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION_opencv=${VERSION_opencv:-2.4.10.1}
44
URL_opencv=https://github.com/Itseez/opencv/archive/$VERSION_opencv.zip
55

66
DEPS_opencv=(numpy python)
7-
MD5_opencv=e6667a39c33aa2c63defb9beb94e84ca
7+
MD5_opencv=2ddfa98e867e6611254040df841186dc
88
BUILD_opencv=$BUILD_PATH/opencv/$(get_directory $URL_opencv)
99
RECIPE_opencv=$RECIPES_PATH/opencv
1010

0 commit comments

Comments
 (0)