Skip to content

Commit d687053

Browse files
torfinnbersetkivy
authored and
kivy
committed
Bumped Zope to version 4.2.1
1 parent 060d566 commit d687053

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)