diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-01-01 11:54:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:50:45 +0700 |
commit | f719570834e510cb3dd26821f9283c376ec52fe5 (patch) | |
tree | 75b43e6c0f938323c05299b03de7430b4e130f71 /development/le/le.SlackBuild | |
parent | 8df11f4eb20587fe5e3dabadab8dfdc5c9c0b9d9 (diff) |
development/le: Updated for version 1.16.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/le/le.SlackBuild')
-rw-r--r-- | development/le/le.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/le/le.SlackBuild b/development/le/le.SlackBuild index b336113bf324..8f52a4159a7d 100644 --- a/development/le/le.SlackBuild +++ b/development/le/le.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for le -# Copyright 2014-2017 Zhu Quny-Ying +# Copyright 2014-2022 Zhu Quny-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=le -VERSION=${VERSION:-1.16.6} +VERSION=${VERSION:-1.16.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |