Skip to content
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/zope/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

VERSION_zope=${VERSION_zope:-3.8.0}
VERSION_zope=${VERSION_zope:-4.1.2}
URL_zope=http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$VERSION_zope.tar.gz
DEPS_zope=(python)
MD5_zope=8ab837320b4532774c9c89f030d2a389
MD5_zope=04298faeaa70b4f3b23fa2ae8987262c
BUILD_zope=$BUILD_PATH/zope/$(get_directory $URL_zope)
RECIPE_zope=$RECIPES_PATH/zope

Expand Down