diff options
Diffstat (limited to 'graphics/chafa/chafa.SlackBuild')
-rw-r--r-- | graphics/chafa/chafa.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/chafa/chafa.SlackBuild b/graphics/chafa/chafa.SlackBuild index 2292fd5558..9086520120 100644 --- a/graphics/chafa/chafa.SlackBuild +++ b/graphics/chafa/chafa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for chafa -# Copyright 2022-2024 Vijay Marcel +# Copyright 2022-2025 Vijay Marcel # All rights reserved. # @@ -37,13 +37,13 @@ # 18/08/2024: Updated to version 1.14.2 # 11/09/2024: Opdated to version 1.14.4 # 20/11/2024: Updated to version 1.14.5 - +# 10/06/2025: updated to version 1.16.1 #-----------------------------------------------------------------------------------------# cd $(dirname $0) ; CWD=$(pwd) PRGNAM=chafa -VERSION=${VERSION:-1.14.5} +VERSION=${VERSION:-1.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |