mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/cssutils: Updated cssutils to 0.9.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2e86e1f461
commit
9efd9c7d7f
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=cssutils
|
||||
VERSION=0.9.7
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cssutils"
|
||||
VERSION="0.9.7"
|
||||
VERSION="0.9.9"
|
||||
HOMEPAGE="https://bitbucket.org/cthedot/cssutils"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/c/cssutils/cssutils-0.9.7.zip"
|
||||
MD5SUM="69e93d7edb30365dd6712d62df0850ed"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/c/cssutils/cssutils-0.9.9.zip"
|
||||
MD5SUM="5f8ea824cc0e0518b574da20e895be08"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="distribute"
|
||||
|
|
Loading…
Reference in a new issue