summaryrefslogtreecommitdiffstats
path: root/libraries/zope.component
diff options
context:
space:
mode:
author Mikko Värri2015-01-20 11:42:11 +0100
committer Willy Sudiarto Raharjo2015-01-20 11:42:11 +0100
commitfd307173d05fa19a3ee8ec2a916857a6a115063d (patch)
tree6f540dffebeef3097d2ba2d8787a5029b45f4240 /libraries/zope.component
parent837a292ada7232588d053d7874cf6b4c06c2a636 (diff)
downloadslackbuilds-fd307173d05fa19a3ee8ec2a916857a6a115063d.tar.gz
libraries/zope.component: Updated for version 4.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zope.component')
-rw-r--r--libraries/zope.component/zope.component.SlackBuild4
-rw-r--r--libraries/zope.component/zope.component.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/zope.component/zope.component.SlackBuild b/libraries/zope.component/zope.component.SlackBuild
index 9213e3633d..54e0e0d44f 100644
--- a/libraries/zope.component/zope.component.SlackBuild
+++ b/libraries/zope.component/zope.component.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zope.component
-VERSION=${VERSION:-4.2.0}
+VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,7 +46,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-unzip $CWD/$PRGNAM-$VERSION.zip
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/libraries/zope.component/zope.component.info b/libraries/zope.component/zope.component.info
index a9614ac8f0..79dd2a76fd 100644
--- a/libraries/zope.component/zope.component.info
+++ b/libraries/zope.component/zope.component.info
@@ -1,8 +1,8 @@
PRGNAM="zope.component"
-VERSION="4.2.0"
+VERSION="4.2.1"
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.2.0.zip"
-MD5SUM="4cb3bd8611fd7abedf5c7513393f8d1b"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-4.2.1.tar.gz"
+MD5SUM="cf55d496428d976f9329a4a2330a8b54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.event zope.interface"