libraries/cssutils: Updated for version 0.9.8.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Larry Hajali 2012-02-05 12:11:41 -06:00 committed by Robby Workman
parent f725c47869
commit 93b1b50e7a
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
A Python package to parse and build CSS Cascading Style Sheets.
This requires pysetuptools.
This requires distribute.

View file

@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=cssutils
VERSION=0.9.7
VERSION=0.9.8
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="cssutils"
VERSION="0.9.7"
HOMEPAGE="http://code.google.com/p/cssutils/"
DOWNLOAD="http://cssutils.googlecode.com/files/cssutils-0.9.7.zip"
MD5SUM="69e93d7edb30365dd6712d62df0850ed"
VERSION="0.9.8"
HOMEPAGE="https://bitbucket.org/cthedot/cssutils"
DOWNLOAD="http://pypi.python.org/packages/source/c/cssutils/cssutils-0.9.8.zip"
MD5SUM="416af035c002150da7248a1944bd9cf9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"