diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-25 02:50:38 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:41 +0700 |
commit | d9a45be18e83cc788e4e61ab60e411c131a30c6c (patch) | |
tree | f8aa86fba484385b111245577002e69e243e6ee0 /system/kfc/kfc.SlackBuild | |
parent | ab8b0d8fa4a3f470bcdff636b8fb015aee05f751 (diff) |
system/kfc: Updated for version 0.1.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kfc/kfc.SlackBuild')
-rw-r--r-- | system/kfc/kfc.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/kfc/kfc.SlackBuild b/system/kfc/kfc.SlackBuild index 1bd9ed09061a8..038ceb205c9c7 100644 --- a/system/kfc/kfc.SlackBuild +++ b/system/kfc/kfc.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kfc -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |