diff options
Diffstat (limited to 'system/colord/colord.SlackBuild')
-rw-r--r-- | system/colord/colord.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild index b6f08950c5..8e8f8c1945 100644 --- a/system/colord/colord.SlackBuild +++ b/system/colord/colord.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for colord -# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=colord -VERSION=${VERSION:-1.4.5} +VERSION=${VERSION:-1.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |