diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 09:04:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 09:04:08 +0700 |
commit | 8e6e6fd2083c2f24c1749e8632b6807ec29de22d (patch) | |
tree | 0a9f1f17ce515a5d3b68e72ae8e84fe034131de8 /system/kbfs/kbfs.SlackBuild | |
parent | 9661f41331db86f999c7c0f1b2a5ecbdfb6634a0 (diff) |
system/kbfs: Updated for version 5.9.3_20220216215910.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0c3010ca44b79..f2096c9550ceb 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} |