diff options
author | Arn0 <yth@ythogtha.org> | 2019-10-11 21:11:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-12 08:43:32 +0700 |
commit | 955e87c365ef1aaed52b051f9a80c6b7bcfd1c26 (patch) | |
tree | ba93adc7af871e4146b8d9565d0106f219045da1 /libraries/libsass/libsass.SlackBuild | |
parent | ee4b764b6f75ed21d8151077f1d1450e7c7c83e8 (diff) |
libraries/libsass: updated for version 3.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsass/libsass.SlackBuild')
-rw-r--r-- | libraries/libsass/libsass.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/libsass/libsass.SlackBuild b/libraries/libsass/libsass.SlackBuild index 3eab72e09f..c9ffffe5f3 100644 --- a/libraries/libsass/libsass.SlackBuild +++ b/libraries/libsass/libsass.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libsass -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p0 < $CWD/patch.diff - autoreconf -i CFLAGS="$SLKCFLAGS" \ |