diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-30 20:02:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:36 +0700 |
commit | be5bc980e05cc8b8b5c05599ccf7011c133fbee3 (patch) | |
tree | 8737b06f3df857da738eff0d2a94a888d8e102e4 /python/python-libsass | |
parent | f9de471b4bcbef5a011547e0dbd2cd1b311fbecb (diff) | |
download | slackbuilds-be5bc980e05cc8b8b5c05599ccf7011c133fbee3.tar.gz |
python/python-libsass: Updated for version 0.16.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-libsass')
-rw-r--r-- | python/python-libsass/python-libsass.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-libsass/python-libsass.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-libsass/python-libsass.SlackBuild b/python/python-libsass/python-libsass.SlackBuild index 70792fb099..5277334f41 100644 --- a/python/python-libsass/python-libsass.SlackBuild +++ b/python/python-libsass/python-libsass.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-libsass -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.13.4} +VERSION=${VERSION:-0.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-libsass/python-libsass.info b/python/python-libsass/python-libsass.info index c94b1b58be..c38acc1dad 100644 --- a/python/python-libsass/python-libsass.info +++ b/python/python-libsass/python-libsass.info @@ -1,10 +1,10 @@ PRGNAM="python-libsass" -VERSION="0.13.4" +VERSION="0.16.1" HOMEPAGE="http://dahlia.kr/libsass-python" -DOWNLOAD="https://pypi.python.org/packages/d9/ea/d2d67633f2d808bfa2461f54f7068fd21f47eb0980132e560cdcc99a7882/libsass-0.13.4.tar.gz" -MD5SUM="a6bc47e45ef3f532867edc8d2cf166b2" +DOWNLOAD="https://files.pythonhosted.org/packages/9d/00/cee3eae997e9d423f874a5d45a05e62965d0bea1c83c7aa8e8f9f8bd5c79/libsass-0.16.1.tar.gz" +MD5SUM="a230ec627cd355b9154b5afe7d6006d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="six" +REQUIRES="libsass six" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |