diff options
Diffstat (limited to 'system/kc/kc.SlackBuild')
-rw-r--r-- | system/kc/kc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild index d62986be8e..f69dbaf1db 100644 --- a/system/kc/kc.SlackBuild +++ b/system/kc/kc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2011-2018 LEVAI Daniel +# Copyright (c) 2011-2024 LEVAI Daniel # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kc -VERSION=${VERSION:-2.5.1} +VERSION=${VERSION:-2.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |