mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python-libsass: Updated for version 0.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
bd6b4d59f4
commit
7e8d1007cc
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-libsass
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 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.6.2}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-libsass"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="http://dahlia.kr/libsass-python"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libsass/libsass-0.6.2.tar.gz"
|
||||
MD5SUM="0dda1114a1f2ec1acb51cb1dd78fe7a0"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libsass/libsass-0.7.0.tar.gz"
|
||||
MD5SUM="809e4f66bd54eeb46342d7462ce961e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools six"
|
||||
|
|
Loading…
Reference in a new issue