diff options
Diffstat (limited to 'system/kbfs/kbfs.SlackBuild')
-rw-r--r-- | system/kbfs/kbfs.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/kbfs/kbfs.SlackBuild b/system/kbfs/kbfs.SlackBuild index 0c3010ca44b7..f2096c9550ce 100644 --- a/system/kbfs/kbfs.SlackBuild +++ b/system/kbfs/kbfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kbfs -# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kbfs SRCNAM=keybase -VERSION=${VERSION:-5.8.1_20210930160723} -COMMITVER=fefa22edc1 +VERSION=${VERSION:-5.9.3_20220216215910} +COMMITVER=c82d65a685 SRCVER=$(echo $VERSION | tr _ - ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |