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/python-libsass.SlackBuild | |
parent | f9de471b4bcbef5a011547e0dbd2cd1b311fbecb (diff) |
python/python-libsass: Updated for version 0.16.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-libsass/python-libsass.SlackBuild')
-rw-r--r-- | python/python-libsass/python-libsass.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-libsass/python-libsass.SlackBuild b/python/python-libsass/python-libsass.SlackBuild index 70792fb09992a..5277334f41f06 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} |