summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mikko Värri2012-05-20 23:05:38 +0200
committer Erik Hanson2012-05-22 00:58:13 +0200
commitb01c9acfe7a3fce970fe2cc80ad3ea28c79a6137 (patch)
treea271b4c50bd69c31bcef4ea5e65a0b9c87f10069 /libraries
parent4947a1ccffb2141b89aaa1aee75fc3afa0b373d5 (diff)
downloadslackbuilds-b01c9acfe7a3fce970fe2cc80ad3ea28c79a6137.tar.gz
libraries/zope.component: Updated for version 3.12.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.component/zope.component.SlackBuild4
-rw-r--r--libraries/zope.component/zope.component.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/zope.component/zope.component.SlackBuild b/libraries/zope.component/zope.component.SlackBuild
index fe2aaf2d46..7b66e2cdd2 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:-3.12.0}
+VERSION=${VERSION:-3.12.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
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+unzip $CWD/$PRGNAM-$VERSION.zip
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
diff --git a/libraries/zope.component/zope.component.info b/libraries/zope.component/zope.component.info
index b36695a54a..92de3e813b 100644
--- a/libraries/zope.component/zope.component.info
+++ b/libraries/zope.component/zope.component.info
@@ -1,10 +1,10 @@
PRGNAM="zope.component"
-VERSION="3.12.0"
+VERSION="3.12.1"
HOMEPAGE="http://pypi.python.org/pypi/zope.component/"
-DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-3.12.0.tar.gz"
-MD5SUM="1002e3be68c56751335c185f01b286fb"
+DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component-3.12.1.zip"
+MD5SUM="ef29587b5fe78123d212b35331f3ce0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="Erik Hanson,Niels Horn"
+APPROVED="dsomero"