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 ab0e8b6cb4da1..18d1ffa640a41 100644 --- a/system/kbfs/kbfs.SlackBuild +++ b/system/kbfs/kbfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kbfs -# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=kbfs SRCNAM=keybase -VERSION=${VERSION:-2.13.0_20181219142726} -COMMITVER=01e9fa19eb +VERSION=${VERSION:-2.13.1_20190115203650} +COMMITVER=eec94506e4 SRCVER=$(echo $VERSION | tr _ - ) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |