python/python-libsass: Updated for version 0.12.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0b8428c0b7
commit
df6bba04a4
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-libsass
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-libsass
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-14)
|
||||
VERSION=${VERSION:-0.12.0}
|
||||
VERSION=${VERSION:-0.12.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-libsass"
|
||||
VERSION="0.12.0"
|
||||
VERSION="0.12.3"
|
||||
HOMEPAGE="http://dahlia.kr/libsass-python"
|
||||
DOWNLOAD="https://pypi.python.org/packages/fe/91/973cc1c2edd4121370a54d62b2274217d2a6da8e09f4fb5e7dbf1d19e74a/libsass-0.12.0.tar.gz"
|
||||
MD5SUM="fa674d3e33531cecdc39c6e6874a44f0"
|
||||
DOWNLOAD="https://pypi.python.org/packages/77/3e/3854643362efea519450b60dec8cee6775ebf104cae4cf98f3c6d23fb3bd/libsass-0.12.3.tar.gz"
|
||||
MD5SUM="b2b0735a975731e1d07804fd4e7251c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six"
|
||||
|
|
Loading…
Reference in New Issue