python/python-libsass: Updated for version 0.5.0.

Signed-off-by: dslackw <d.zlatanidis@gmail.com>
This commit is contained in:
dslackw 2014-08-05 22:35:27 +03:00 committed by Willy Sudiarto Raharjo
parent 4a4d616a15
commit 242d8f88f3
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python-libsass
SRCNAM=$(echo $PRGNAM | cut -c8-14)
VERSION=${VERSION:-0.3.0}
VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-libsass"
VERSION="0.3.0"
VERSION="0.5.0"
HOMEPAGE="http://dahlia.kr/libsass-python"
DOWNLOAD="https://pypi.python.org/packages/source/l/libsass/libsass-0.3.0.tar.gz"
MD5SUM="3194c33aeb93318002b4d64447894979"
DOWNLOAD="https://pypi.python.org/packages/source/l/libsass/libsass-0.5.0.tar.gz"
MD5SUM="d32e6a1bb15a6d62ffaf7390ae44c81c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools six"