From 916e7198f8e01af850c9295806089c89adc5ad3b Mon Sep 17 00:00:00 2001 From: Mathew Date: Fri, 12 Jun 2015 11:42:44 +0200 Subject: [PATCH] update to zope.interface version 4.1.2 --- recipes/zope/recipe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/zope/recipe.sh b/recipes/zope/recipe.sh index 8232edbd68..45df38bc64 100644 --- a/recipes/zope/recipe.sh +++ b/recipes/zope/recipe.sh @@ -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