Skip to content

Commit 2d1ae26

Browse files
committed
Merge pull request kivy#393 from mathewvermeer/zope
update to zope.interface version 4.1.2
2 parents 12a284e + 916e719 commit 2d1ae26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/zope/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_zope=${VERSION_zope:-3.8.0}
3+
VERSION_zope=${VERSION_zope:-4.1.2}
44
URL_zope=http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$VERSION_zope.tar.gz
55
DEPS_zope=(python)
6-
MD5_zope=8ab837320b4532774c9c89f030d2a389
6+
MD5_zope=04298faeaa70b4f3b23fa2ae8987262c
77
BUILD_zope=$BUILD_PATH/zope/$(get_directory $URL_zope)
88
RECIPE_zope=$RECIPES_PATH/zope
99

0 commit comments

Comments
 (0)