diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-07 20:11:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 08:50:55 +0700 |
commit | 722bebb00785b4e04d61bb347b241b209c078391 (patch) | |
tree | e0eeee125eaa192a8dff738c57f974ffce7fbee8 /python/python-libsass/python-libsass.SlackBuild | |
parent | f2bdd8cc322c05ad65f9c4ca535087d37f333904 (diff) |
python/python-libsass: Updated for version 0.19.3.
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 5277334f41f0..e9be61890cf0 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-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 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.16.1} +VERSION=${VERSION:-0.19.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |